@media (max-width: 1710px) {
    .header-text a,
    .header-text button,
    .footer-text a,
    .footer-text button,
    .socials {
        margin-left: 30px;
    }
    
    .vehicle-to-evacuate p,
    .vehicle-to-evacuate button {
        font-size: 16px;
    }
}

@media (max-width: 1455px) {
    body {
        font-size: 20px;
    }    

    .header-text button,
    .footer-text button {
    font-size: 17px;
    padding: 3px 10px;
    }

    .socials img {
        width: 30px;
    }

    .header-text a,
    .header-text button,
    .footer-text a,
    .footer-text button,
    .socials {
    margin-left: 25px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 54px;
    }

    .accordion p {
        font-size: 23px;
    }
    .panel p {
        font-size: 19px;
    }

    header,
    .general,
    .chooseurdestiny,
    .faq {
        margin-bottom: 75px;
    }
}