.landing-v4-find-us-tab .section-title {
    text-align: center;
    padding-bottom: 24px;
}

.landing-v4-find-us-tab .swiper-wrapper {
    /* justify-content: center; */
    /* width: calc(100% - 60px);
    margin: 0 auto; */
}

.landing-v4-find-us-tab .tab-buttons-swiper {
    padding: 0 30px;
    margin-bottom: 24px;
}
 
.landing-v4-find-us-tab .swiper-slide {
    width: auto;
}

.landing-v4-find-us-tab .swiper-button-next,
.landing-v4-find-us-tab .swiper-button-prev {
    background: url("../images/landing-v4-icon-arrow-right-black.svg") no-repeat center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    right: 0;
    margin-top: -15px;
}

.landing-v4-find-us-tab .swiper-button-prev {
    transform: rotate(180deg);
    left: 0;
    right: auto;
}

.landing-v4-find-us-tab .swiper-button-next:after,
.landing-v4-find-us-tab .swiper-button-prev:after {
    display: none;
}

.landing-v4-find-us-tab .tab-link {
    font-family: 'Arada-Regular';
    font-size: 15px;
    line-height: 120%;
    background: none;
    color: #12121280;
    padding: 0 2px 8px;
    appearance: none;
    border: none;
}

.landing-v4-find-us-tab .tab-link:hover {
    color: #000;
}

.landing-v4-find-us-tab .tab-link.active {
    color: #000;
    border-bottom: 2px solid #000000;
    font-family: 'Arada-Bold';
}

.landing-v4-find-us-tab .tab-content {
    display: none;
}

.landing-v4-find-us-tab .find-us-tab-map {
    border-radius: 15px;
    overflow: hidden;
    /* aspect-ratio: 570 / 420; */
}
.landing-v4-find-us-tab .find-us-tab-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.landing-v4-find-us-tab .find-us-tab-address {
    /* width: 380px;
    margin-left: 10px; */
    background: black;
    border-radius: 15px;
}

.landing-v4-find-us-tab .find-us-tab-address-in {
    padding: 28px 24px;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.landing-v4-find-us-tab .find-us-tab-address-in .button {
    padding: 13px 32px;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 7%;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
}

.landing-v4-find-us-tab .find-us-tab-address-in .button:after {
    content: "";
    background: url("../images/landing-v4-cta-arrow.svg") no-repeat center;
    background-size: 9px 12px;
    width: 9px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
}

.landing-v4-find-us-tab .find-us-tab-address-content {

}

.landing-v4-find-us-tab .find-us-tab-address-content .label {
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF80;
    margin-bottom: 4px;
}

.landing-v4-find-us-tab .find-us-tab-address-content .tagline {
    margin-bottom: 12px;
}

.landing-v4-find-us-tab .find-us-tab-address-content h6 {
    margin-bottom: 24px;
}

.landing-v4-find-us-tab .find-us-tab-address-content p {
    margin-bottom: 16px;
}

@media only screen and (min-width: 769px) {
    .landing-v4-find-us-tab .section-title {
        padding-bottom: 40px;
    }
    
    .landing-v4-find-us-tab .tab-buttons-swiper {
        margin-bottom: 40px;
    }

    .landing-v4-find-us-tab .find-us-tab-map {
        width: calc(100% - 380px - 10px);
    }

    .landing-v4-find-us-tab .find-us-tab-address {
        width: 380px;
        margin-left: 10px;
    }

    .landing-v4-find-us-tab .find-us-tab-address-in {
        padding: 40px 32px;
    }

    .landing-v4-find-us-tab .find-us-tab-address-in .button {
        align-self: start;
    }
}

@media only screen and (max-width: 768px) {
    .landing-v4-find-us-tab .tab-link {
        display: block;
    }

    .landing-v4-find-us-tab .find-us-tab-address {
        margin-top: 24px;
    }
}