/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 12 2021 | 12:11:31 */
.vc_images_carousel {
  width: 100% !important;
}
.content-section {
    position: relative;
    background-color: #fff;
}
.content-section .vc_column-inner {
    padding-top: 0 !important;
}
.content-section h3,
.content-section p {
  text-align: center !important;
}
.content-section h3,
.content-section p,
.team-work-section h2,
.team-work-section h3,
.team-work-section p{
    font-family: 'apercuregular' !important;
}

.team-work-section h2 {
    margin-bottom: 30px;
}

@media all and ( min-width: 981px ) {
    .content-section {
        padding: 70px 0 50px 0;
    }
    .team-work-section {
      padding-bottom: 70px;
    }
    .team-work-section .vc_inner {
		width: 95% !important;
      	margin: 0 auto;
  	}
    .content-section .vc_column-inner {
        width: 85% !important;
        margin: 0 auto !important;
    }
    .content-section p {
        font-size: 16px;
    }
    .content-section .wpb_content_element {
        margin-bottom: 20px !important;
    }
    .content-section .wpb_content_element:last-child {
        margin-bottom: 0px !important;
    }
    .team-work-section .vc_inner .wpb_column {
      margin: 1%;
      width: 48%;
  	}
  	.team-work-section .vc_inner.w-100 .wpb_column {
      margin: 0%;
      width: 100%;
  	}
}

@media all and ( max-width: 980px ) {
  	.reverse-row {
        display: flex;
        flex-wrap: wrap;
    }
    .reverse-row .wpb_column:last-child {
        order: -1;
    }
    .content-section {
        padding: 40px 0;
    }
    .team-work-section {
      padding-bottom: 40px;
    }
    .content-section p {
        font-size: 16px;
    }
    .content-section .wpb_content_element {
        margin-bottom: 10px !important;
    }
    .content-section .wpb_content_element:last-child {
        margin-bottom: 0px !important;
    }
    .content-section .vc_column-inner {
      	padding: 20px 30px;
  	}
}