@media(max-width: 800px) {
    .container-2 {
        max-width: 700px; 
    }

    .box-3 {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 600px) {
    .box-3-2 img {
        width: 100%;
        max-width: 505px;
        margin-bottom: 35px;
    }
}

@media(max-width: 470px) {
    
    .box-1 {
        background-image: none;
        /* background-color: #414244; */
    }

    #title-box-1 {
        padding: 10px 0 0;
    }

    #title-box-1 p {
        font-size: 62px;
        text-align: center;
    }

    #text-box-1 p {
        font-size: 26px;
    }

    .box-2 {
        padding: 45px 0;
    }

    .box-2 p {
        font-size: 20px;
    }

    .box-2 p span {
        font-size: 24px;
    }

    #box-4 {    
        background-repeat: no-repeat;
    }

    .text-footer p br {
        display: none;
    }

    .text-footer p {
        text-align: justify;
    }
}