#Attractions{
    margin-top: 3rem;
}
.attraction {
    margin-bottom: 3rem;
}

.attraction .name {
    font-size: 1.6rem;
    color: #374963;
    margin-bottom: 0;
    font-family: adobe-text-pro, serif;
}

.attraction a {
    text-decoration: none;
}

.attraction .name:hover {
    opacity: 0.7;
}

.attraction .address, .attraction .phonenumber {
    color: gray !important;
    font-size: 0.8rem !important;
    margin-bottom: 0 !important;
    text-decoration: none !important;
}

.attraction .phonenumber:hover {
    opacity: 0.7;
}

.attraction .description {
    font-weight: lighter;
    margin-top: 1rem;
}

.attraction .rating {
    margin-bottom: 0;
}

.attraction .phone {
    margin-bottom: 1rem;
}

.attraction img {
    width: 100%;
    overflow: hidden;
}

.attraction div.image {
    overflow: hidden;
}

.Details p {
    margin-bottom: 5px;
}

.seemorebutton {
    display: none !important;
    width: max-content;
}

.SeeMore {
    padding: 8px 30px;
    border: 2px solid #374963;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 21px;
    color: #374963;
    background-color: white;
    transition: all 0.2s ease;
}


@media (max-width: 991.98px) {
    .column-B {
        order: 1;
    }

    .column-A {
        order: 2;
    }
}

@media (min-width: 992px) {
    .ccm-rating {
        float: right;
    }
    .attraction.attraction-row-b .column-A, .attraction.attraction-row-a .column-B {
        order: 1;
    }
    
    .attraction.attraction-row-b .column-B, .attraction.attraction-row-a .column-A {
        order: 2;
    }
}

@media (max-width: 450px) {
    .seemorebutton {
        display: block !important;
    }

    .attraction .description {
        max-height: 50px;
        overflow: hidden;
        margin-bottom: 10px;
        transition: max-height 0.35s ease-in;
    }

    .attraction .description.show {
        max-height: 50vh !important;
    }
}