body {
    overflow-x: clip !important;
}
@media (min-width: 768px) {
    .maternity-focus__name strong {
        font-size: 66px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .maternity-header__title {
        font-size: 30px;
    }
}


/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    /* home */
    .maternity-focus__name strong {
        font-size: 35px;
    }
    .maternity-header__title {
        font-size: 54px;
    }

    /*side bar*/
    .maternity-sidebar__name {
        font-size: 10px;
        transform: translateX(-10px);
    }

    .maternity-sidebar__text {
        font-size: 10px;
    }

    .maternity-sidebar__bold-text {
        font-size: 10px;
    }
    .maternity-text-link {
        font-size: 10px;
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    /* home */
    .maternity-focus__name strong {
        font-size: 35px;
    }
    .maternity-header__title {
        font-size: 60px;
    }

    /*side bar*/
    .maternity-sidebar__name {
        font-size: 15px;
    }
}