.maternity {
    --FONT-CLARINS: "ClarinsRegular", "Clarins", "Kanit Light";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, "Kanit Light",
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, "Kanit Light", sans-serif;
}

.maternity-mentions {
    max-width: 1314px;
}

@media (orientation: landscape) {
    .maternity-focus__name strong {
        margin-top: 20px;
    }
}


@media (min-width: 1023px) {
    #maternity-focus__item-1 strong {
        font-size: 75px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    #maternity-focus__item-1 strong {
        font-size: 60px;
    }
}