/* ---- Achievement logo section ---- */
.fnf-logo-carousel-section {
    width: 100%;
    padding: 32px 0 40px;
    background-color: #f8f9fa;
    border-top: 1px solid #e8eaed;
    border-bottom: 1px solid #e8eaed;
    overflow: hidden;
}

.fnf-carousel-heading {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(13px, 1.4vw, 22px);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0 24px;
}

@media (max-width: 768px) {
    .fnf-logo-carousel-section {
        padding: 24px 0;
    }
}
