.review_buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

@media (max-width: 425px) {
    .review_buttons {
        display: block;
        justify-content: center;
    }
}

.sticky-background-img {
    background-attachment: fixed;
}

.section--dark .banner-d .banner__subtitle {
    color: #fff;
    text-shadow: 1px 1px #000;
}


.wrap__header-f .location__phone{
    display: block !important;
    width: max-content !important;
    margin: 0 !important;
}
.wrap__header-f .phone-info{
    margin: 0 !important;
    margin-left: 20px !important;
}
.header-f .locations-a .location__address-wrapper:before{
    display: none !important;
}
.header-f .location__item{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: 
}

.overridemap .map-a .map__col{
    display: none !important;
}


.covid-modal {
    border-color: #fce4bb !important;
    border-radius: 50px !important;
}
@media (min-width: 992px) {
    .banner-d .banner__text-wrapper {
        padding: 15px !important;

}