@media (max-width: 1100px){

    .opcoes:nth-child(1),
    .opcoes:nth-child(2),
    .opcoes:nth-child(3),
    .opcoes:nth-child(4),
    .opcoes:nth-child(6){
        display: none;
    }

    .textoConvenios{
        width: 30%;
        align-items: start;
        text-align: center;
        font-size: 2rem;
    }

    .listaDeConvenios{
        display: flex;
        justify-content: center;
        align-items: center;
        text-indent: 3rem;
        height: 12rem;
    }

    .bancosParceiros{
        width: 40%;
       
        text-align: center;
        font-size: 2rem;
    }
}