.service_section{
    background-image: url('../assets/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    position: relative;
}
.service_heading h6{
    color: #EEC044;

}
.service_heading{
    text-align: center;
    padding: 50px 0px;
}
.bf-equipment{
padding: 20px;
background: white !important;
text-align: center;
height: 390px;
border-radius: 10px;
box-shadow: 1px 1px 10px #0000001F;
}

.service_subheading h6{
    font-weight: 800;
     font-family: 'Manrope', sans-serif;   
}
.service_subheading{
    margin-top: 15px;
}
.service_content p{
        color: #878680 !important;
    font-size: 14px;
    padding: 0px 10px  !important;
    margin-bottom: 0px !important
}
.anchor_text{
    color: #4BAF47;
    font-family: 'Manrope', sans-serif;   
    text-decoration: none !important;
}
@media (max-width:767px) {
    .bf-equipment{
        height: auto;
                margin-top: 20px;
    }
    .service_section{
        height: 100%;
        padding-bottom:50px
    }
}