.sec-box-image .d-flex:nth-child(n + 3){
	margin-top: 16px;
}
.box-img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.box-img img{
	width: 100%;
	border-radius: 20px;
	height: 323px;
	object-fit: cover;
	object-position: center;
}
@media(min-width:1360px) and (max-width:1459.98px){
	.box-img img {
    	height: 293px;
    }	
}
@media(min-width:1200px) and (max-width:1359.98px){
	.box-img img {
    	height: 271px;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
	.box-img img {
    	height: 250px;
    }
}
@media(min-width:768px) and (max-width:991.98px){
	.box-img img {
    	border-radius: 15px;
    	height: 189.63px;
    }
}
@media(max-width:767.98px){
	.sec-box-image .d-flex:nth-child(n + 2) {
    	margin-top: 16px;
	}
	.box-img img {
    	height: initial;
    }
}