.footer-section {
    background: #3F296E;
    padding: 20px 0;
}

.footer-section .container {
    width: 92vw;
    max-width: 1920px;
    margin: 0 auto;
}

.footer-section h6, .footer-section p {
    color: #FFF;
}

.footer-section h6 {
    font-family: "Jost", sans-serif;
    font-size: clamp(14px, 2vw, 32px);
    font-weight: 800;
}

.footer-section p {
    font-size: clamp(10px, 1.1vw, 16px);
}

.footer-section .footer-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}