.white-block {
	background-color: #fff;
	border-radius: 22px;
	border: 2px solid #CAB153;
	padding: 66px 20px 0;
	text-align: center;
}
.white-block__text {
	font-size: 14px;
	line-height: 1.85em;
	letter-spacing: .02em;
	color: var(--bark-blue);
	font-weight: 500;
}
.white-block__btn {
	display: inline-block;
	margin-top: 26px;
}
.white-block__image {
	display: block;
	margin-top: 24px;
}
@media screen and (min-width:768px) {
	.white-block {
		position: relative;
		text-align: left;
		padding: 0;
	}
	.white-block__content {
		max-width: 55%;
		padding: 80px 0 80px 40px;
	}
	.white-block__image {
		margin-top: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		top: 0;
		left: 50%;
		width: 50%;
		height: 100%;
		object-fit: cover;
	}
	.white-block__text {
		font-size: 16px;
		line-height: 1.62em;
	}
	.white-block__btn {
		margin-top: 20px;
	}
}
@media screen and (min-width:992px) {
	.white-block__content {
		max-width: 50%;
		padding: 130px 0 130px 70px;
	}
	.white-block__image {
		left: 40%;
		width: 60%;
	}
}
@media screen and (min-width:1200px) {
	.white-block__content {
		max-width: 48%;
		padding: 180px 0 180px 100px;
	}
}
@media screen and (min-width:1400px) {
	.white-block__content {
		max-width: 42%;
		padding: 207px 0 207px 110px;
	}
	.white-block__title {
		font-size: 46px;
	}
}