.about_area{
    padding: 50px 0;
    .service_heading{
        h2{
            font-size: 38px;
            font-weight: 600;
            line-height: 46px;
            letter-spacing: 1px;
            margin-bottom: 40px;
        }
        span{
            color: $primaryColor;
        }
    }
    .details_img{
        height: auto;
        width: 100%;
        display: flex; 
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        img{
            height: 100%;
            width: 100%;
            object-fit: contain;
        }
    }
    
    .details_text{
        padding-top: 20px;
        text-align: justify;
        h4{
            font-size: 24px;
            font-weight: 600;
            color: #000;
            line-height: 32px;
        }
        p{
            font-size: 15px;
            font-weight: 400;
            color: #353434;
            line-height: 20px;
        }
    }
}