.know-your-customer-banner {
    align-content: center;
    aspect-ratio: 128 / 29;
    background-image: url(/wp-content/uploads/2025/10/YES100325Z_Get_to_Know_1920x435-v2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: end;
}
.know-your-customer-banner .quote-block-swiper.swiper {
    align-self: center;
    margin-left: unset;
    margin-right: unset;
}

.quote-container {
    display: block;
    max-width: 518px;
    width: 100%;
    margin: auto;
    padding: 2rem;
}
.quote-container p {
    color: #0e6063;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Racher", Arial, Helvetica, sans-serif;
    /* font-family: "archer-pro", Arial, Helvetica, sans-serif; */
    line-height: 1;
}
.quote-container .quote-by {
    color: #f57f20;
}
.quote-container .quote-by span {
    white-space: nowrap;
}
.quote-block-swiper .swiper-pagination-bullet-active {
    background: #0e6063;
}
.cta-locations a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.cta-locations a:hover,
.cta-locations a:focus-visible,
a.quote-container:hover,
a.quote-container:focus-visible
{
    text-decoration: none;
}

@media only screen and (max-width: 1500px){
    .quote-container {
        max-width: 400px;
    }
    .quote-container p {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 1150px){
    .quote-container {
        padding: 1rem;
    }
    .quote-container p {
        font-size: 1.1rem;
    }
}

@media (min-width: 916px) {
    .col-lg-4.cta-locations {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

@media only screen and (max-width: 915px){
    .know-your-customer-banner {
        aspect-ratio: 3 / 2;
        background-image: url(/wp-content/uploads/2025/10/YES100325Z_Get_to_Know_600x400-v2.png);
        justify-content: start;
        padding-left: 2rem
    }
    .quote-container {
        max-width: 300px;
    }
    .quote-container .quote-by span {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px){
    .know-your-customer-banner {
        padding-left: 0;
    }
    .quote-container {
        max-width: 220px;
    }
    .quote-container p {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 600px){
    .quote-container {
        max-width: 200px;
    }
    .quote-container p {
        font-size: 12px;
    }
}