@media screen and (max-width: 767px) {
    .oque img.main {
        display: block;
        max-width: 275px !important;
        width: 100%;
        margin: 0 auto 20px;
    }
    
    .oque {
        padding: 4rem 1rem 2rem !important;
    }

    .oque h2 {
        font-weight: 600 !important;
        font-size: 30px !important;
        margin-bottom: 20px;
    }

    .oque h2 b {
        font-weight: 600 !important;
    }

    .oque h2 b::after {
        height: 6px !important;
    }

    .beneficios h3 {
        font-size: 28px !important;
    }

    .beneficios span {
        font-size: 14px;
    }

    .beneficios .inferior p {
        font-size: 18px !important;
        line-height: 20px !important;
        font-weight: 600;
        text-align: center;
    }

    .beneficios .inferior p b::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px !important;
        background-color: var(--amarelo);
        bottom: 0px !important;
        right: 0;
        left: 0;
        z-index: -1;
    }
    
    .comofunciona {
        margin-bottom: 0px !important;
    }

    .comofunciona h4 {
        font-weight: 700;
        font-size: 30px !important;
    }

    .comofunciona .grade {
        display: flex !important;
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas: none !important;
        gap: 10px;
        flex-direction: column;
    }

    .comofunciona .cada {
        min-height: 130px !important;
    }
    
    .comofunciona .cada:nth-child(3) img {
    display: none !important;
    }

    .projeto h5 {
        font-size: 26px !important;
        font-weight: 700;
    }

    .empresas-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .empresas-titulo {
        flex-shrink: 0;
        padding: 0 0px;
        width: auto !important;
        border-right: none !important;
        margin-bottom: 20px;
    }

    .empresas-titulo h6 {
        font-size: 26px !important;
    }

    .noticias .titulo h6 {
        font-size: 30px !important;
        font-weight: 700;
        display: block;
        margin-bottom: 20px;
    }

    .noticias .caixa {
        margin-bottom: 10px !important;
    }

    .chamada .caixa {
        border: 1px solid #000;
        padding: 20px !important;
        text-align: center !important;
        flex-direction: column;
    }

    .chamada h6 {
        color: #000;
        font-weight: 700;
        font-size: 28px !important;
    }

    .rodapeInferior .texto {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }
    
    .duvidas a .icone {
        flex: 0 0 12%;
    }

    .duvidas h5 {
        font-size: 32px !important;
    }
}