.b-page {
	background: #fff;
	width: 100%;
	height: 100%;
	color: #000000;
	font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 0;
	margin: 0;
}
.b-no-js-alert {
	background: #ff9 linear-gradient(to bottom, #ffc, #fd66);
	line-height: 25px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}
.js-on .b-no-js-alert {display: none;}

.b-why, .b-why2 {
	background: #F9F9FA url("https://www.auslogics.com/includes/software/ssd-optimizer/img/bg.svg") 48px 48px/ 80px no-repeat;
}
.b-why:after, .b-why2:after {
	content: "";
	position: absolute;
	right: 48px;
	bottom: 48px;
	width: 80px;
	height: 80px;
	background: url("https://www.auslogics.com/includes/software/ssd-optimizer/img/bg.svg") 0 / 80px no-repeat;
	transform: scale(-1, -1);
}

@media (max-width: 389px) {
	.mobile .b-offer-2__name {
		padding: 4px 60px 0 17px;
	}
}



h3 {
	font: 700 24px/36px 'Open Sans', sans-serif;
	color: #1B222F;
}
.b-section__title {
	font: 700 30px/45px 'Open Sans', sans-serif;
	text-align: center;
	margin-bottom: 10px;
}
.mobile .b-section__title {
	line-height: 38px;
	font-size: 30px;
	max-width: 100%;
}
.b-section__description {
	margin: auto;
	font: 16px/28px 'Open Sans', sans-serif;
	text-align: center;
	color: #575C63;
}
@media (max-width: 1024px) {
	.mobile .b-section {
		padding: 45px 15px;
	}
}
.mobile .b-section__description {
	max-width: 100%;
}


