@media (max-width: 1279px) {
    .header-text a,
    .header-text button,
    .footer-text a,
    .footer-text button,
    .socials {
    margin-left: 20px;
    }

    body > .image {
        position: absolute;
        right: 0px;
        top: 170px;
        width: 60%;
        overflow: hidden;
    }
    .image :nth-child(1) {
        display: none;
    }
    .image :nth-child(2) {
        width: 140%;
        filter: opacity(40%);
    }

    .reviews-desktop {
        display: none;
    }
    .reviews-pad-mobile,
    .faq > div {
        display: block;
    }

    .reviews {
        flex-direction: column;
    }

    .slideshow-container {
        margin: auto;
    }

    header,
    .general,
    .chooseurdestiny,
    .faq {
        margin-bottom: 70px;
    }

    header > div,
    main,
    footer > div {
        width: 90%;
        margin: auto;
    }

    .header-text button,
    .footer-text button {
        display: none;
    }
}

@media (max-width: 1195px) {
    .vehicle-to-evacuate p,
    .vehicle-to-evacuate button {
        font-size: 15px;
    }
}

@media (max-width: 975px) {
    .header-text a,
    .header-text button,
    .footer-text a,
    .footer-text button,
    .socials {
        margin-left: 15px;
    }

    .header-text a,
    .header-text button,
    .footer-text a,
    .footer-text button {
        font-size: 20px;
    }

    .socials img {
        width: 23px;
    }

    header,
    .general,
    .chooseurdestiny,
    .faq {
        margin-bottom: 60px;
    }

    .vehicle-to-evacuate  {
        width: 48%;
    }

    .vehicle-to-evacuate p,
    .vehicle-to-evacuate button {
        font-size: 23px;
    }
}