.title-paragraph {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;

    @media screen and (max-width: 1580px) {
        font-size: 25px;
        line-height: 30px;
    }

    @media screen and (max-width: 992px) {
        font-size: 20px;
        line-height: 24px;
    }

    @media screen and (max-width: 520px) {
        font-size: 16px;
        line-height: 19.5px;
    }
}