.sobre-descricao {
    background: url(../../../images/background-sobre.jpg) no-repeat center;
    background-size: cover;
    padding: 180px 0 600px;
}

.sobre-descricao__content {
    font-size: 2.25rem;
    font-family: "OwnersText-Light", sans-serif;
    line-height: 40px;
    width: 100%;
    max-width: 1400px;
    text-align: justify;
    padding: 0 10px;
}

.sobre-descricao__content span {
    font-family: "AbhayaLibre-Regular", sans-serif;
    font-weight: 500 !important;
}

@media (min-width: 1025px) and (max-width: 1400px) {
    .sobre-descricao {
        padding: 120px 0 600px;
    }
    .sobre-descricao__content {
        font-size: 1.688rem
    }
}

@media only screen and (max-width: 1024px) {
    .sobre-descricao {
        padding: 120px 0 400px;
    }

    .sobre-descricao__content {
        font-size: 1.75rem;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .sobre-descricao {
        padding: 80px 0 260px;
    }

    .sobre-descricao__content {
        font-size: 1.25rem;
        line-height: 30px;
        padding: 0 20px;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .sobre-descricao {
        padding: 60px 0 200px;
    }

    .sobre-descricao__content {
        font-size: 1.1rem;
        line-height: 28px;
    }
}