.why1 {
	padding-top: 56px;
	padding-bottom: 32px;
}

.why1__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.why1__wrap1 {
	width: 48%;
}

body .why1__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.25;
	margin-bottom: 0;
	text-align: left;
}

body .why1__title b {
	font-weight: 700;
	color: #2F67B1;
}

.why1-item1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	font-weight: 500;
	color: #383838;
	padding-left: 48px;
	min-height: 32px;
	margin-bottom: 24px;
}

.why1-item1:last-child {
	margin-bottom: 0;
}

.why1-item1::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background: #E2E8FD url('/local/templates/aspro_mshop/img/warning.svg') center no-repeat;
	border-radius: 50%;
}

.why1__wrap2 {
	width: 48%;
}

.why1__wrap3 {
	width: 100%;
	margin-top: 24px;
}

.why1__text1 {
	background-color: #E2E8FD;
	border-radius: 12px;
	padding: 20px 24px;
	color: #2F67B1;
	line-height: 1.5;
}

@media (max-width: 1200px) {
	.why1 {
		padding-top: 30px;
		padding-bottom: 15px;
	}
}

@media (max-width: 750px) {
	body .why1__title {
		font-size: 22px;
	}
	
	.why1__wrap1 {
		width: 100%;
		margin-bottom: 20px;
	}

	.why1__wrap2 {
		width: 100%;
	}
}