#social-proof {
    padding: 3% 10% !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0.25)), url('../img/experts-bg.jpg');
    background-size: cover;
    background-position: center 80%;
    position: relative;
}

.social-proof-heading {
    color: var(--primary-color);
    font-size: clamp(3rem, 4vw, 5rem) !important;
}

.social-proof-footer {
    background: var(--primary-color);
    padding: 20px 16% 4px 16%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.75;
}

.social-proof-footer p {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 1.5vw, 3rem) !important;
    color: white;
}

@media(max-width: 768px) {
    .social-proof-footer {
        padding: 20px 7% 4px 7%;
    }

    .social-proof-footer p {
        font-size: 0.9rem !important;
    }
}