@media screen and (max-width: 1050px) {
    .call-to-action {
        background-color: white;
    }

    .hero_content a {
        font-size: 12px;
    }

    .hero_content p {
        font-size: 11px;
    }

    #icons h3,
    #interieur h3,
    #exterieur h3,
    #options h3 {
        font-size: 16px;
    }

    .icons_container {
        width: 80%;
    }

    .interieur,
    .exterieur {
        width: 40%;
        margin: 10px;
    }

    .image_interieur_container,
    .image_exterieur_container {
        height: 150px;
        width: 150px;
    }

    .options,
    .image_options_container {
        height: 150px;
        width: 150px;
    }

    .options {
        margin: 20px;
    }

    .options p {
        position: absolute;
        font-size: 12px;
    }
}

@media screen and (max-width: 700px) {
    #page_title h1 {
        display: none;
    }

    .call-to-action {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 20px;
    }

    #hero {
        align-items: center;
    }

    .hero_content {
        margin-left: 0;
        align-items: center;
    }

    .hero_content p {
        width: 80%;
        text-align: center;
    }

    #icons h3,
    #interieur h3,
    #exterieur h3,
    #options h3 {
        font-size: 14px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .icons_container {
        width: 100%;
    }

    .options {
        margin: 10px;
    }

    .options,
    .image_options_container {
        height: 120px;
        width: 120px;
    }

    .interieur_container,
    .exterieur_container,
    .options_container {
        width: 90%;
    }
}