.services_images_menu{
    width: 100%;
    /*padding: 48px 202px;*/
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 89px !important;
    overflow: hidden;
}
.service_box{
    width: 295px;
    margin: 46px 13px 0 13px;
}
.service_icon_box{
    position: relative;
    margin-bottom: -25px;
    z-index: 1;
}
.service_icon_image{
    height: 51px;
    width: 51px;
    background: #FFFFFF;
    border-radius: 5px;
    border: #D5D5D5 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:9px;
}
.service_blue_box{
    width: 295px;
    height: 161px;
    background-size: cover;
    background-repeat: no-repeat;
    /*para fijar o no la caja de descripción*/
    cursor: pointer;
    background-color:#00ABCC;
    padding: 50px 11px 12px 35px;
    border-radius: 3px;
}
.service_blue_box_description{
    font-family: 'Exo 2';
    font-weight: bold;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 20px;
}
.img_service{
   /* padding-bottom: 12px;*/
    height: auto !important;
}
.service_background_box{
    width: 295px;
    height: 161px;
    background-size: cover;
    background-repeat: no-repeat;
    /*para fijar o no la caja de descripción*/
    cursor: pointer;
    padding-top: 110px;
    border-radius: 3px;
}
.service_background_box:hover{
 padding-top: 0;
 border-top: #00ABCC 6px solid;
}
.service_info_box:hover{
    padding-top: 60px;

}
.service_info_box{
 background: #003057E6;
 height: 100%;
 padding: 20px 47px 0 47px;
 border-radius: 0 0 3px 3px;
 overflow: hidden;
}

.service_info_title{
    color: #FFFFFF;
    font-size: 15px;
    line-height: 17px;
    font-family: 'Exo 2';
    font-weight: bold;
}
.service_info_description{
    color: transparent;
    font-size: 15px;
    line-height: 17px;
    font-family: 'Exo 2';
    margin-top: 12px;
}
.service_info_description:hover{
/*    color: #FFFFFF;*/
}
.conten_btn_service{
    margin-top:-20px;
}
@media screen and (max-width:800px) {
 .blue_text_box{
    display: none;
 }   
 .services_images_menu{
    margin-top:25px;
    margin-bottom: 165px !important;
 }
 .service_box{
    margin-top: 31px;
}
 
 .header_title_section{
    padding-left: 36px;
 }
 
}