.banner_teh__text {
	color: #3E4664;
	font-family: Raleway;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 24px;
}
.banner_teh__content .h2 {
	margin: 0 0 24px 0;
}

.banner_teh__price {
	background: url('i/price_top.png') #FFF5E9;
	background-repeat: no-repeat;
    background-position: center right -12px;
}
.banner_button .button {
	padding: 0 36px;
}

@media (max-width: 1200px) {
	.banner_teh__price {
		background-position: center right -60%;
	}
}
@media (max-width: 1000px) {
	.banner_teh__price {
		padding: 0 40px;
		background: #FFF5E9;
	}
	.banner_teh__content { max-width:100%; }
}
@media (max-width: 940px) {
    .banner_button {
        grid-template-columns: repeat(2, 1fr);
    }
	.banner_button .button {
		padding: 0 24px;
	}
}
@media (max-width: 760px) {
    .banner_button { grid-template-columns: 1fr; }
	.banner_teh__price {
		min-height: unset;
		padding: 74px 40px;
	}
}
@media (max-width: 500px) {
	.banner_teh__price {
		padding: 32px 20px;
		border-radius: 0;
	}
}