.service_area{
    background-color: $white;
    padding: 50px 0;
    .service_heading{
        h2{
            font-size: 38px;
            font-weight: 600;
            line-height: 46px;
            letter-spacing: 1px;
            margin-bottom: 40px;
        }
        span{
            color: $text;
        }
    }
    .our_services{
        border: 2px solid #eee;
        margin-bottom: 40px;
        .service_img{
            width: 100%;
            height: auto;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .content_heading{
            h4{
                font-size: 20px;
                font-weight: 600;
                padding: 15px;
            }
        }
        .service_content{
            margin-bottom: 30px;
            p{
                padding: 15px;
                font-size: 16px;
                text-align: justify;
            }
        }
    }
    .service_btn{
        background-color: #fd5f28;
        display: inline;
        padding: 10px 30px;
        border-radius: 15px;
        margin-left: 19px;
        margin-top: -22px;
        position: absolute;
        a{
            color: $white;
        }
    }
   
}