.social-proof-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    box-sizing: border-box;
}

.social-proof-section .social-proof-text + div {
    justify-content: center;
    gap: 3rem;
}

.social-proof-text {
    text-align: center;
    color: var(--gray-600);
    font-size: 1rem;
    margin-bottom: 2rem;
    font-weight: 500;
}

.social-proof-container {
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.social-proof-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.social-proof-img-container:last-child {
    padding-right: 0;
    padding-left: 0;
}

.social-proof-img-container img {
    width: 100%;
}

.social-proof-img-container img.smaller-image {
    width: 50%;
}

.social-proof-img-container img.medium-image {
    width: 80%;
}

.social-proof-img-container img.medium-image.brass-city {
    width: 60%;
}

.social-proof-img-container img.connecticut {
    background: var(--connecticut, #288A7C);
    width: 130%;
}

/* Desktop */
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 992px) {}

/* Mobile */
@media only screen and (max-width: 768px) {

    .social-proof-section {
        padding-bottom: 0;
    }

    .social-proof-img-container:last-child {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }

    .social-proof-img-container img,
    .social-proof-img-container img.medium-image,
    .social-proof-img-container img.medium-image.brass-city {
        width: 50%;
    }

    .social-proof-img-container img.connecticut {
        width: 80%;
    }

    .social-proof-img-container img.smaller-image {
        width: 30%;
    }
}

@media only screen and (max-width: 576px) {
    .social-proof-section {
        padding: 2rem 1.5rem;
    }

    .social-proof-img-container img {
        width: 55%;
    }

    .social-proof-img-container img.smaller-image {
        width: 40%;
    }
}
