@media screen and (max-width: 900px) {

    .background {
        padding: 40px;
        background-position: left;
    }

    .box-form {
        display: flex;
        gap: 0px;
        align-items: flex-start;
        padding: 40px;
        justify-content: space-around;
        flex-direction: column;
    }

    .text-box h2 {
        color: #58D88A;
        font-size: 34px;
        margin-bottom: 40px;
    }

    .text-box p {
        font-size: 18px;
        width: 100%;
        margin-bottom: 40px;
    }

    .form {
        width: 100%;
    }

    .text-box {
        width: 100%;
    }

    form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 60px;
        align-items: flex-end;
    }

    .produtos h2 {
        padding: 40px 0;
        font-size: 22px;
    }

    .logo-conjunto-setas {
        position: absolute;
        height: 80px !important;
        width: fit-content !important;
        right: -16%;
        top: -5%;
    }

    .logo-apas-1 {
        position: absolute;
        right: 90%;
        width: 20% !important;
    }

    .logo-apas-2 {
        position: absolute;
        right: 90%;
        top: 10%;
        width: 20% !important;
    }

    .grid-quatro, .grid-dois {
        grid-template-columns: 1fr;
    }

    .box-quem {
        padding: 40px;
        margin: 30px;
        border: 1px solid #14233A;
        border-radius: 80px;
        display: flex;
        flex-direction: column;
    }

    .box-quem h2 {
        margin: 60px 0;
        color: #14233A;
        font-size: 22px;
    }

    .textos p {
        font-size: 16px;
        width: 100%;
    }

    .textos {
        display: flex;
        gap: 0;
        width: 100%;
        flex-direction: column;
    }

    .motivos {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 60px 0;
        gap: 40px;
        flex-direction: column;
    }

    .motivos img {
        width: 60%;
    }

    .motivos h3 img {
        width: 14%;
    }

    .escolher h3 {
        color: #58d88a;
        font-size: 22px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .escolher h2 {
        padding: 40px 0;
        font-size: 22px;
        color: #58d88a;
    }

    .escolher p {
        color: white;
        font-size: 16px;
        line-height: 36px;
    }

    .desktop {
        display: none!important;
    }

    .mobile {
        display: flex!important;
    }

    .text-motivo {
        width: 100%;
    }

    .escolher a button {
        border: none;
        font-family: UniversRoman;
        background-color: #58d88a;
        color: white;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 35px;
        margin: 40px 0;
    }
    .form .submit { 
        width: 80%;
        } 
        h1 img{
            width: 80%;
            display: block;
            margin: 40px auto;
        }
        .grid-header-apas img{
            width: 29%;
        }

}