.healthConcept-2 .textUppercase br {
    display: none;
}

.healthConcept-3 .smallTitle span {
    font-size: calc( (100vw - 320px)/(1920 - 320) * (42 - 28) + 15px);
}

.healthConcept-5 .middleTitle span {
    font-size: calc( (100vw - 320px)/(1920 - 320) * (96 - 30) + 15px);
}

.healthConceptItem .healthConceptTitle .marl20 {
    margin-left: -15px;
} 

@media screen and (max-width: 1163px) {
.healthConceptItem .healthConceptTitle .marl20 {
    margin-left: -15px;
}   
}

@media screen and (max-width: 1023px) {
    .healthConcept-2 .smallTitle span.marl20 {
        margin-left: -20px;
    }

    .healthConcept-2 .smallTitle.desktopHidden br.v959 {
        display: none;
    }
}


@media screen and (max-width: 959px) {
    .healthConcept-2 .smallTitle.desktopHidden br.v959 {
        display: block;
    }

    .healthConcept-2 .smallTitle span.marl20.marl959 {
        margin-left: 0 !important;
    }
}


@media screen and (max-width: 540px) {
    .healthConcept-2 .smallTitle span {
        font-size: 20px;
        line-height: 26px;
    }
}