@media (max-width: 600px) {
    .footer-end {
        padding: 1.5rem;
    }

    .footer__legal {
        margin-bottom: 1rem;
    }

    .footer__legal-link {
        font-size: 0.8rem;
    }

    .footer__disclaimer {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .solutions h2 {
        font-size: 1.8rem;
        letter-spacing: .3vw;
    }

    .solutions p {
        font-size: 1rem;
    }

    .menu button {
        font-size: 1rem;
        padding: 8px 15px;
    }

    .info, .info-text {
        flex-direction: row;
        gap: 1.5rem;
        justify-content: flex-start; 
        text-align: left; 
    }

    .info {
        gap: 3rem;
    }

    .info-text {
        gap: 2rem;
    }

    .mission {
        padding: 0 5%;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .mission img {
        width: 80%; 
        align-self: center;
    }

    .mission .content {
        width: 100%;
    }

    .content h1 {
        font-size: 4vw;
    }

    .content h2 {
        font-size: 3vw;
    }

    .kpi-container {
        flex-direction: column; 
        align-items: center;
    }

    .kpi-box {
        width: 90%;
        height: auto;
        margin-bottom: 30px; 
    }

    .kpi-box::after {
        top: auto; 
        bottom: -20px; 
        left: 50%; 
        transform: translateX(-50%);
        width: 4px; 
        height: 20px;
    }

    .kpi-box:last-child::after {
        display: none; 
    }

    .contac-us {
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }

    .text-container, .gif-container {
        flex: none;
        width: 100%;
        text-align: center;
    }

    .gif {
        max-width: 80%;
    }

    .buttons-container {
        flex-direction: column; 
        gap: 10px;
    }

    .footer__content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .footer__legal {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .solutions h2 {
        font-size: 1.5rem;
        letter-spacing: .2vw;
    }

    .solutions p {
        font-size: 0.9rem;
    }

    .menu button {
        font-size: 0.9rem;
        padding: 6px 12px;
    }

    .info, .info-text {
        flex-direction: row; 
        gap: 1.5rem;
        justify-content: flex-start; 
        align-items: center;
        text-align: left; 
    }

    .mission img {
        width: 90%; 
    }

    .content h1 {
        font-size: 5vw;
    }

    .content h2 {
        font-size: 4vw;
    }
    
    .contac-us h2 {
        font-size: 1.5rem;
    }

    .contac-us p {
        font-size: 1rem; 
    }

    .gif {
        max-width: 90%; 
    }
    
    .btn {
        font-size: 0.9rem; 
        padding: 8px 16px;
    }
}
