.skill_area{
    .skill_wrapper{
        border-radius: 16px;
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 1px 1px 1px rgb(0 0 0/13%);
        margin-top: 15px;
        .skill_img{
            height: 400px;
            width: 100%;
            img{
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        }
        .skill_text{
            padding: 15px;
            h5{
                font-size: 24px;
                font-weight: 500;
                color: #000;
                line-height: 36px;
            }
        }
    }
}

.service_details{
    h3{
        margin-bottom: 20px;
    }
}
