.he_center {
    min-height: 200px;
}
.g_content {
    width: 1200px;
    margin: auto;
}
.he_servic {
    width: 100%;
    padding-top: 65px;
}

@media screen and (max-width: 1440px){
.he_rvic {
    padding-bottom: 25px;
}
}
@media screen and (max-width: 1200px){
.g_content {
    width: 950px;
}
}
@media screen and (max-width: 1024px){
.he_rvic {
    padding-bottom: 20px;
}
}
@media screen and (max-width: 950px){
.g_content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
}