.subtitle {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: .1em;
    text-transform: uppercase;

    @media (max-width:767px) {
        & {
            font-size: 32px;
        }
    }
}