.lp-text-20 {
	padding: 32px 0;
}

.lp-text-20 .lp-block-overlay {
	background-color: transparent;
}

.lp-text-20__title {
	margin: 0;
	align-self: flex-start;
}

.lp-text-20__text {
	padding: 0;
	margin-top: 8px;
}

.lp-text-20__buttons {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -16px;
}

.lp-text-20__button {
	letter-spacing: 0.01em;
	width: 100%;
	margin-bottom: 16px;
}

.lp-text-20__image {
	position: relative;
	margin-top: 24px;
	width: 100%;
	max-width: 100%;
	max-height: 145px;
}

.lp-text-20__image:before {
	content: "";
	display: block;
	padding-top: 50%;
}

.lp-text-20__image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

@media all and (min-width: 600px) {
	.lp-text-20 {
		padding: 56px 0;
	}

	.lp-text-20__text {
		margin-top: 16px;
	}

	.lp-text-20__buttons {
		margin-top: 24px;
		margin-right: -8px;
		margin-left: -8px;
	}

	.lp-text-20__button {
		width: auto;
		/*min-width: 272px;*/
		margin-left: 8px;
		margin-right: 8px;
	}

	.lp-text-20__image {
		margin-top: 40px;
		max-height: 288px;
	}
}

@media all and (min-width: 960px) {
	.lp-text-20__image {
		max-height: 456px;
	}
}

@media all and (min-width: 1200px) {
	.lp-text-20 {
		padding: 80px 0;
	}

	.lp-text-20__title {
		width: 368px;
		flex: 0 0 auto;
	}

	.lp-text-20__text {
		margin-top: 0;
	}

	.lp-text-20-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.lp-text-20-content {
		width: 760px;
		margin-left: 24px;
		flex: 0 0 auto;
	}

	.lp-text-20__image {
		margin-top: 56px;
	}
	
	.lp-text-20__image {
		max-height: 576px;
	}
}

@media all and (min-width: 1380px) {
	.lp-text-20__title {
		width: 406px;
	}
	
	.lp-text-20__image {
		max-height: 1000px;
		max-width: 1288px;
	}

	.lp-text-20-content {
		width: 846px;
		margin-left: 34px;
	}
}