.tovabbi-kep {
	display:flex;
	justify-content:space-around;
}
.tovabbi-kep .field-item {
	margin:1rem;
}
.tovabbi-kep .field-item .image-field {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
  background: #f4f4ef;
  padding: 3px;
  border-radius: 4px;
  border: solid 1px #c4c4c4;
}
@media only screen and (max-width:760px) {
	.tovabbi-kep {
    display: grid;
    justify-content: center;
    text-align: center;
	}
}