.typography-body-reduced-tight.avail-msg {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    margin-top: 14px;
}

.section-experts .scroll-gallery .gallery-copy-container {
    max-width: 100%;
}

.section-experts .scroll-gallery .gallery-item,
.section-experts .scroll-gallery .gallery-item:last-child {
    width: 100%;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
    #experts-gallery-container .scroll-gallery .gallery-item {
        width: 374px;
    }
}

.section-business-cards .cards {
    --cols: 1;
}

.section-business-cards .card .card-image {
    display: block;
    max-width: 100%;
    height: 100%;
}

.overview-stories-refresh {
    display: block;
    --p-width: 551px;
    --p-height: 601px;
    width: var(--p-width);
    height: var(--p-height);
}

.section-business-cards .card {
    overflow: hidden;
    isolation: isolate;
    border-radius: 20px;
    background-color: #f5f5f7;
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}

.section-business-cards .card .column-copy {
    padding: 100px 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.section-business-cards .card > .column {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    min-width: 0;
}

.section-business-cards .card .card-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.section-business-cards .card .column-copy > p:last-child {
    margin-top: 22px;
}

.section-business-cards .card .column-copy > .card-copy {
    margin-top: 16px;
}

.section-business-cards .card-success-stories .card-copy {
    max-width: 370px;
}

@media (max-width: 1068px) {
    .overview-stories-refresh {
        --p-width: 400px;
        --p-height: 480px;
    }
}

@media (max-width: 1068px) {
    .section-business-cards .card .column-copy {
        padding: 45px 60px 50px;
    }
}

@media (max-width: 1068px) and (max-width: 1068px) {
    .section-business-cards .card .card-headline {
        font-size: 28px;
        line-height: 1.142857;
        font-weight: 600;
        letter-spacing: 0.007em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

@media (max-width:734px) {
    .section .section-content {
        max-width: 420px;
    }
}
@media (max-width: 734px) {
    .section-business-cards .cards {
        --cols: 1;
        --grid-flow: row;
    }
}
@media (max-width: 734px) {
    .section-business-cards .card {
        display: block;
    }
}
@media (max-width: 734px) {
    .section-business-cards .card > .column {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 734px) {
    .section-business-cards .card .column-copy {
        padding: 20px 35px 72px;
        align-items: center;
        text-align: center;
    }
}
@media (max-width: 734px) and (max-width: 734px) {
    .section-business-cards .card .card-headline {
        font-size: 28px;
        line-height: 1.142857;
        font-weight: 600;
        letter-spacing: 0.007em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}
@media (max-width: 734px) {
    .section-business-cards .card-success-stories .card-copy {
        max-width: 100%;
    }
}