.maternity-header__title {
    font-size: 58px !important;
}
.maternity-focus__name strong {
    font-size: 62px !important;
}



@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .maternity-header__title {
        font-size: 50px !important;
    }
    .maternity-focus__name strong {
        font-size: 52px !important;
    }
    .maternity-links__name {
        font-size: 14px !important;
        line-height: 19px !important;
    }
    .maternity-cta {
        font-size: 12px !important;
    }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .maternity-header__title {
        font-size: 36px !important;
    }
    .maternity-focus__name strong {
        font-size: 38px !important;
    }
    .maternity-links__name {
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .maternity-header__title {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .maternity-focus__name strong {
        font-size: 40px !important;
    }
    .maternity-links__name {
        font-size: 18px !important;
    }
}