.head-imgs{
    padding-right: 10%;
    padding-top: 0; 
}
.head-img-1{
    position: absolute;
    bottom: -4px;
    right: 200px;
}
@media screen and (max-width:1180px) {
    .head-img-1{
        right: 10px;
    }
}
.head-img-1 img{
    height: 500px;
    width: 550px;
    object-fit: cover;
}

.sec-img img{
    height: 450px;
    object-fit: contain;
}
.sec-img1 img{
    height: 450px;
    object-fit: contain;
}
/*  */
.crsl-contain img{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}   
.sec-6-img img{
    height: 400px;
    width: 450px;
    object-fit: contain;
    padding-top: 50px;
    margin-bottom: -13px;
    padding-right: 50px;
}
@media screen and (max-width:1135px) {
    .sec-6-img img{
        padding-right: 0px;
    }
}
@media screen and (max-width:522px) {
    .sec-6-img img{
        height: 100%;
        width: 100%;
        object-fit: contain;
        padding-top: 50px;
        margin-bottom: 0px;
    }
}