.box-news-in-left a{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 80%;
    width: 100%;
}
.box-news-in-left img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .3s;
}
.img-news-not-first a{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100%;
    width: 100%;
}
.img-news-not-first img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .3s;
}
.box-img-new-service a{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 80%;
    width: 100%;
}
.box-img-new-service img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .3s;
}
.box-services-in-left a{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 80%;
    width: 100%;
}
.box-services-in-left img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .3s;
}