.image-block {
    width: 100%;
    height: auto;
	border-radius: 12px !important;
	padding: 20px;
	background-color: #F4F6FA;
	display: flex;
}

.image-block__img {
    width: 100%;
    height: auto;
	border-radius: 4px !important;
}