.service-block{
    display: flex;
    align-items: center;
    width: 100%;
}
.side-img{
    height: 90px;
    width: 10%;
    display: inline-block;
    margin: 30px;
    background-size: contain;
}
.service-section{
    display: inline-block;
    width: 90%;
    padding: 10px;
}
.bottom-space{
    padding-bottom: 70px;
}
.service-banner{
    background-image: url('../images/success-main.jpg');
}
.main-content {
    display: flex;
    flex-wrap: wrap;
}
.upper-txt{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 78px;
    z-index: 1;
    text-align: center;
}
.banner-content{
    margin-top: -4px;
}
.content {
    margin-bottom: 0;
}
.inner-heading{
    text-align: left;
    margin: 10px;
    margin-left: 0;
}
.service-section div{
    text-align: initial;
}
.consultant-img{
    background: url('../images/consultant-h.png') no-repeat;
}
.manpower-img{
    background: url('../images/manpower.png') no-repeat;
}
.recuitment-img{
    background: url('../images/recuitment.png') no-repeat;
}
.service-block:hover{
    background: goldenrod;
    color: #fff;
    box-shadow: 0 0 20px 5px #e4e4e4;
    border-radius: 5px;
}
.service-block:hover > .consultant-img{
    background: url('../images/consultant.png') no-repeat;
}
.service-block:hover > .manpower-img{
    background: url('../images/manpower-h.png') no-repeat;
}
.service-block:hover > .recuitment-img{
    background: url('../images/recuitment-h.png') no-repeat;
}
@media screen and (max-width: 600px){
    .upper-txt{
        top: 140px;
        font-size: 22px;
    }
    .banner-content{
        margin-top: -2px;
    }
    .content{
        /* margin-top: 25vh; */
        margin-top: 185px;
    }
    .service-section{
        font-size: 18px;
    }
    .side-img{
        margin: 20px 30px;
    }
    .service-section h3{
        font-size: 22px;
    }
    .service-block{
        flex-wrap: wrap;
        justify-content: center;
    }
    .side-img{
        width: 100px;
    }
    .service-section{
        flex-grow: 1;
    }
    .service-section div,
    .inner-heading{
        text-align: center
    }

}