@media screen and (max-width:769px){
    .indireitar{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

}

@media screen and (max-width:601px){
    .ajusteEspaco{
        height: 70px !important;
    }
}

.panel-title{
    padding-right:  40px;
}

@media screen and (max-width:700px){
    .ajusteTamanho{
        height: 200px !important;
    }
}