/*  CSS FOR DESKTOP DEVICES */

@media screen and (min-width: 600px){

.wpb_row.vc_inner.vc_row.container {
    padding: 0 32px;
	}

.col--offset-md-1 {
    margin-left: 8.33333%;
	}

.content-section__heading {
    font-size: 45px;
    line-height: 1.33;
	}

.content-section__heading-number {
	left: -50px;
	position: absolute;
	top: 0;
	}

}