@media screen and (min-width: 1900px) {
    .sectionMission .sectionTitle span {
        font-size: 270px;
    }
}
@media screen and (min-width: 1000px) {
    .healthConcept-5 .middleTitle span.healthConceptTitle {
        font-size: 40px !important;
        bottom: 0;
    }
}
@media screen and (max-width: 1000px) {
    .healthConcept-5 .middleTitle span.healthConceptTitle{
        font-size: 34px !important;
        bottom: 0;
    }
}

.sectionAbout-3{
    height: 720px !important;
}
.sectionPrinciples-7 .sectionTitle span{
    font-size: calc( 92px + (150 - 92) * (100vw - 320px) / (1920 - 320));
}
.healthConcept-5 .middleTitle span{
    font-size: 70px;
}
.compositionItem {
    width: 26%;
}