.descriptive-section-centered {
    margin-top: 40px;

    p {
        font-size: 28px;
        line-height: 34px;

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

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

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