.guide-texto-index{
    padding-top: 30px;

}

.caixas-index {
    text-align: center;
    float: left;
    width: calc(100% / 2 - 15px);
    margin-right: 30px;
    background: #fff;
    padding-bottom: 30px;
}

#aulas{
    margin-right: 0;
}

.caixas-index img{
    margin-bottom: 20px;
    width: 100%;
}

.titulo-index{
    font-family: 'Lato', sans-serif;
    font-size: 21px;
    padding-bottom: 20px;
}

.descicao-index{
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}

.veja-mais a{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    background: #819e58;
    padding: 10px;
    color: #fff;
    border-radius: 27px;
}

.veja-mais a:hover{
    background: #2e4015;
    text-decoration: none;
}

@media screen and (max-width: 570px){
    .caixas-index{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}