.sobre_titulo{
    width: 90%;
    margin: auto;
    margin-top: 20px;
    font-size: 40px;
    color: #abadb1;
    text-align: center;
    font-family: 'Staatliches', cursive;
    border-bottom: 1px solid #abadb1;
    padding-bottom: 20px;
}
.sobre_body{
    width: 60%;
    margin: auto;
    margin-top: 20px;
    color: #2e2e2e;
}
.sobre_body img{
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 560px){
    .sobre_body{
        width: 90%;
    }
}