.sec-img-block{
	position: relative;
}
.img-block-list .d-flex:nth-child(n + 4){
	margin-top: 2.4rem;
}
.img-block-item{
	width: 100%;
	overflow: hidden;
}
.img-block-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.img-block-item:hover img{
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	transform: scale(1.04);
}
@media(max-width:767.98px){
	.img-block-list .d-flex:nth-child(n + 2){
		margin-top: 2rem;
	}
}