/*---life---stage---start---here---*/

.life_stage_slider{overflow: hidden;padding: 2px;}
.life_stage_relative{position: relative;}
.life_stage_relative .slider_arrow{position: absolute;top: 0px;right: 0px;z-index: 4;pointer-events: none;}
.life_stage_back, .life_stage_next{pointer-events: initial;}
.life_stage_slider .swiper-slide{height: initial;}
.life_stage_card{display: block;height: 100%;text-decoration: none;color: #4C4C4C;padding: 25px;border: 1px solid #DDDDDD;
border-radius: 16px;height: 100%;}
.life_stage_card:hover{background: #F7F7F7;}
.health_stage_icon{width: 90px;height: 90px;object-fit: contain;margin: 0px auto;display: block;}
.health_stage_title{font-size: 18px;font-weight: 500;color: #4C4C4C;line-height: 1.3;margin-top: 25px;text-align: center;}

@media only screen and (max-width: 1400px){
    .health_stage_title{font-size: 16px;}
    .health_stage_icon{width: 80px;height: 80px;}
}

@media only screen and (max-width: 767px){
.life_stage_card{padding: 15px 4px;}
.health_stage_title{margin-top: 15px;}
.health_stage_icon {width: 65px;height: 65px;}
.life_stage_relative .section_title{padding-right: 85px;}
}

/*---life---stage---end---here---*/