/* comprehensive training section */
.comprehensive-training-section { padding: 60px 0;text-align: center;position: relative;overflow: hidden;background-color: #fff;z-index: 1;}
.comprehensive-training-section:before{ content: ''; position: absolute; background-image: url(../images/bg-gears-white.jpg); left: 0; top: -50%; width: 100%; height: 100%; z-index: -1; background-repeat: no-repeat; background-size: 100%; background-position: bottom;mix-blend-mode: multiply;}
.comprehensive-training-section .title-wrapper { margin-bottom: 40px;}
.comprehensive-training-section .title-wrapper h2 { margin-bottom: 5px;color: #6d4199;}
.comprehensive-training-section .title-wrapper p { color: #74b62f; font-size: 24px;}
.comprehensive-training-section .comprehensive-block { display: flex;margin: 0 -15px;flex-wrap: wrap;}
.comprehensive-training-section .comprehensive-block .comprehensive-col { max-width: 25%;flex: 0 0 25%; padding: 0 15px;margin-bottom: 30px;}
.comprehensive-training-section .comprehensive-block .comprehensive-col h3 { font-family: "Roboto", sans-serif; font-size: 20px;line-height: 1.4;font-weight: 600;}
.comprehensive-training-section .comprehensive-block .comprehensive-col h3 span { color: #74b62f; font-size: 28px;font-weight: 400;}
.comprehensive-training-section .comprehensive-block .comprehensive-col p { margin-top: 20px;}
.comprehensive-training-section .comprehensive-image {
    margin-top: 40px;
}

@media(max-width:1199px) {
    /* comprehensive training section */
    .comprehensive-training-section { padding: 50px 0;}
    .comprehensive-training-section .title-wrapper p { font-size: 20px;}
    .comprehensive-training-section .title-wrapper { margin-bottom: 30px;}
}
@media(max-width:991px) {
    /* comprehensive training section */
    .comprehensive-training-section .comprehensive-block .comprehensive-col { max-width: 50%;flex: 0 0 50%;}
}
@media(max-width:767px) {
    /* comprehensive training section */
    .comprehensive-training-section { padding: 40px 0;}
    .comprehensive-training-section .title-wrapper p { font-size: 16px;}
    .comprehensive-training-section .title-wrapper { margin-bottom: 20px;}
    .comprehensive-training-section .comprehensive-block .comprehensive-col p { margin-top: 15px;}
    .comprehensive-training-section .comprehensive-image {
        margin-top: 30px;
    }
}
@media(max-width:667px) {
    /* comprehensive training section */
    .comprehensive-training-section .comprehensive-block .comprehensive-col { max-width: 100%;flex: 0 0 100%;}
}