

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.dw-banner {
	min-height: 377px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f9f9f9;
margin: 50px 0px;
}

.dw-banner__info {
	margin: 60px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.dw-banner__icon {
	margin-bottom: 32px;
}

.dw-banner__subtitle {
	font-family: "Raleway", sans-serif;
	font-weight: 900;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 32px;
}

.dw-banner__price {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 32px;
}

.dw-banner__button {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}

.dw-banner__button a {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	text-decoration: none;
	background: #ffe34a;
	padding: 12px 20px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.dw-banner__button a:hover {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-box-shadow: 0 0 80px #c3c3c3;
	box-shadow: 0 0 80px #c3c3c3;
}

.dw-banner__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	-ms-flex-item-align: end;
	align-self: flex-end;
	text-align: center;
	padding-right: 20px;
}

.dw-banner__webp img {
	max-width: 300px;
}

@media (max-width: 767px) {
	.dw-banner__image {
		text-align: left;
		padding: 0 20px;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
	.dw-banner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.dw-banner__webp img {
		max-width: 250px;
	}
	.dw-banner__subtitle {
		font-size: 20px;
	}
	.dw-banner__price {
		font-size: 16px;
	}
}

@media (max-width: 620px) {
	.dw-banner__webp img {
		max-width: 220px;
	}
}

@media (max-width: 580px) {
	.dw-banner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.dw-banner__image {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}
}
