#scale-your-team h2{
        padding: 0;
}

#scale-your-team{
    padding:  0 4% !important;
}
#areas-of-operation{
	overflow:hidden;
}

#areas-of-operation h2{
	font-family:poppins;
	font-size: 78px;
	line-height: 100%;
	letter-spacing: 0%;
	font-weight: 300;
	color: #0092E8;
	opacity: .2;
}


@media (min-width: 768px){
	#areas-of-operation::before{
	    content: " ";
        background: #3BFF58;
        height: 824px;
        width: 824px;
        display: inherit;
        border-radius: 100%;
        position: absolute;
        left: 0;
        filter: blur(334px);
        z-index: 1;
        top: 3%;
        opacity: .2;
	}
	#our-approach-section::before{
	   	content: " ";
        background: #3BFFF2;
        height: 824px;
        width: 824px;
        display: inherit;
        border-radius: 100%;
        position: absolute;
        right: 0;
        filter: blur(334px);
        z-index: 1;
        top: -84%;
        opacity: .3;
	}
	#rt-why-rt::before{
	   	content: " ";
        background: #3BBAFF;
        height: 824px;
        width: 824px;
        display: inherit;
        border-radius: 100%;
        position: absolute;
        left: 0;
        filter: blur(334px);
        z-index: 1;
        top: -84%;
        opacity: .3;
	}
}

@media (min-width: 1280px){
    div.et_pb_section.et_pb_section_0{
        background-position: center bottom -42px !important;
    }
}