.workers {
	display: flex;
	flex-wrap: wrap;
	margin: -35px;
	margin-bottom: 0;
	justify-content: center;
}
.worker {
	padding: 35px;
	flex: 0 0 25%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 960px) {
	.worker {
		flex: 0 0 50%;
	}
}

@media (max-width: 640px) {
	.worker {
		flex: 0 0 100%;
	}
}

.worker span {
	display: block;
}

.imagebox {
    height: 280px;
    background-color: #D9D9D9;
    border-radius: 10px;
    background-size: cover;
    background-position: top center;
}

.imagebox img {
    width: 100%;
    height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.worker__position {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}

.worker__name {
    text-align: center;
	font-weight: 400;
    font-size: 22px;
    line-height: 33px;
}

.contacts-form {
	margin-top: 30px;
	width: 100% !important;
}
