.mt_title_principal p {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat', 'sans-serif';
    margin-top: 25px;
    margin-bottom: 25px;
}

.materias-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.mt-img-thumb{
    width: 300px !important;
    height: 300px !important;
    object-fit: contain;
    box-shadow: 1px 1px 5px #8c7916;
}

.voltar button{
    border: none;
    background-color: #8c7916;
    color: #ffffff;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.voltar button:hover{
    background-color: #f2d027;
    color: #0d0d0d;
    transition: all 400ms;
}