.hr_banner img,.hr_box img{
    width: 100%;
}
.hr_titile{
    text-align: center;
    margin: 2% 0 4% 0;
}
.hr_contens_01_item>div{
    width: 47%;
}
.hr_contens_01_item_simg{
  
   
}
.hr_contens_01_item_scon{
    
    
}

.hr_contens_01_item{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.hr_title_sty{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    padding-bottom: 2%!important;
    margin-bottom: 3%!important;
    border-bottom: 1px solid #DDDDDD;
}
.hr_deatil_sty{
    margin-top: 3%;
    margin-bottom: 4%;
}
.hr_deatil_sty h3{
    font-size: 22px;
    font-weight: 400;
    color: #333333; 
    margin-bottom: 2%;
    font-weight: bold;
}
.hr_deatil_sty p{
    color: #666666;
    font-size: 16px;
}
.hr_contens_01_sty{
    margin: 7% 0;
}
.hr_flex_row{
    flex-direction: row-reverse;
}
.hr_activite>div{
    width: 20%;
}
.hr_activite>div>img{
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.hr_activite{
    justify-content: space-between;
}
.hr_activite h4{
text-align: center;
margin: 20px 0;
font-size: 22px;
font-weight: bold;
}
.hr_activite p{
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}
@media screen  and (max-width: 974px){
    .hr_titile{
        margin: 50px 0 50px 0;
    }
    .hr_contens_01_item>div{
        width: 100%;
    }
    .hr_contens_01_item_simg {
        margin-bottom: 30px;
    }
    .hr_activite>div{
        width: 48%;
        margin-bottom: 50px;
    }
}