.page-title.float_l h2 {
    float: left;
    color: #fff;
    font-family: Lato;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0;
    padding: 115px 0 0 0;
}
.worked-with.float_l {
    background-color: #deecf4;
    padding: 45px 0;
    border-top: 1px solid #6c92a3;
    border-bottom: 1px solid #6c92a3;
}
.worked-with .heading {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 50px;
    color: #477053;
    margin: 0 0 10px 0;
    text-align: center;
}
.worked-with .slider {
    margin: 25px 0;
}
.consulting-con.float_l {
    background-color: #fff;
    padding: 40px 0;
}
.consulting-con h2{
    color: var(--dark_blue);
    font-size: 1.75em;
    text-transform: uppercase;
}
.consulting-con.float_l .right-img {
    float: left;
    width: 45%;
    margin: 15px 0;
}
.consulting-con.float_l .left-text {
    float: left;
    width: 55%;
    padding: 0 15px 0 0;
}
.consulting-points.float_l {
    padding: 0 0 0 20px;
    position: relative;
    margin: 15px 0;
}
.consulting-points.float_l:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}


@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 990px) {
	
}
@media screen and (max-width: 768px) {
	.consulting-con.float_l .left-text {
	  padding: 0;
	  width: 100%;
	}
	.consulting-con.float_l .right-img {
	  display: none;
	}
	.page-title.float_l h2, .worked-with .heading {
	    font-size: 36px;
	    line-height: 46px;
	}
	.page-title.float_l h2 {
	    padding: 70px 0 0;
	}
}