.inner-services-bg{
padding : var(--section-space) 0;
}
.services-content .content-top .icon{
display : none;
}
.request-area-two{
    background-image: url("https://aluarc.in/storage/backgrounds/bg-section.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.request-area-two .request-content-two .title,
.request-area-two .request-content-two p,
.request-area-two .section-title-two .sub-title,
.request-area-two .form-label,
.request-area-two form.contact-form label{
color : var(--tg-primary-color) ! important;
}

@media (max-width:767px){
.inner-services-bg{
padding : var(--section-space) 0;
}
}