.our-approach-section {
    background-image: url('/template/c0173968/images/our-approch-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding:175px 0 175px;
    margin:0 -60px;
}
.our-approach-section:before {
    content: '';
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    background-size: cover;
}
.our-approach-section .our-approach-container{
    margin: 0 auto;
    max-width: 1520px;
    padding: 0 60px;
    position: relative;
}
.our-approach-section .right-content {
    max-width:762px;
    margin-right: auto;
    padding: 80px 95px;
    background-color: #000000;
}
.our-approach-section .our-approach-container .ab-head-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #ffffff;
}
.our-approach-section .our-approach-container .head-title {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 70px;
    line-height: 78px;
    letter-spacing: -0.044em;
    color: #ffffff;
}
.our-approach-section .our-approach-container .about-description p {
   font-family: Albert Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 20px 0;
    padding: 0;
	color: rgba(255, 255, 255, 0.90);
}
