.about_area{
    padding: 50px 0;
    .about_img{
        width: 100%;
        height: auto;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        h2{
            font-size: 30px;
            font-weight: 600;
            color: #fff;
            margin-top: -60%;
            display: flex;
            justify-content: center;
            line-height: 37px;
        }
    }
    .about_right{
        margin-left: 40px;
    }
    .about-bottom{
        margin-top: 25px;
        overflow: hidden;
    }
    .about_content{
        h6{
            color: #0B5B48;
            font-size: 18px;
            font-weight: 500;
        }
        h2{
            font-size: 44px;
            line-height: 45px;
            font-weight: 700;
            margin: 20px 0;
        }
        p{
            margin-bottom: 30px;
            text-align: justify;
        }
    }
    .about{
        background-color: #E9EEF6;
        padding: 35px;
        border-radius: 10px;
        margin-bottom: 40px;
        h4{
            font-size: 32px;
            line-height: 38px;
        }
    }
    .service_btn{
        background-color: #fd5f28;
        display: inline;
        padding: 10px 30px;
        border-radius: 15px;
        a{
            color: $white;
        }
    }
}


.counter_main{
    .counter_wrapper{
        padding: 50px 0;
        .counter_wrap{
            text-align: center;
            .img_circle{
                width: 80px;
                height: 80px;
                border: 2px solid #ff4500;
                border-radius: 50%;
            }
              .icon_img{
                height: 60px;
                width: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                img{
                    height: 100%; 
                    width: 100%;
                    object-fit: contain;
                }
              }
              h4{
                font-size: 38px;
                font-weight: 900;
                color: rgba(236, 55, 10, 0.829);
                padding: 18px 0 5px 0;
              }
              h5{
               font-size: 14px;
               color: #5a5a5a;
               font-weight: 400;
              }
        }
    }
}