.section-title .htx {
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}

.section-title .stx {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    text-transform: capitalize;
}

.section-title .dsx {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: initial;
}

p.dsx {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-transform: initial;
}

@media only screen and (max-width: 767px) {

    .section-title .htx {
        font-size: 25px;
        font-weight: 700;
    }

    .section-title .stx {
        font-size: 18px;
        font-weight: 500;
    }

    .section-title .dsx {
        font-size: 16px;
        font-weight: 400;
    }

    p.dsx {
        font-size: 16px;
        font-weight: 400;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

@media (min-width: 1300px) and (max-width: 1400px) {}

@media (min-width: 1400px) and (max-width: 1500px) {}