.main-part {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f5f5f5;
}

.section {
	width: 100%;
	max-width: 1000px;
}

.section:last-child {
	margin-top: 25px;
	margin-bottom: 40px;
}

.section-title {
	display: flex;
	justify-content: center;
	font-size: 34px;
	color: #777;
	padding: 35px 0;
	position: relative;
}

.section-title .comment {
	position: absolute;
	left: 35px;
	bottom: 12px;
	font-size: 16px;
	color: #8a8a8a;
}

.card {
	display: flex;
	flex-direction: column;
	padding: 30px 35px 36px 35px;
	background-color: #fff;
	border-radius: 12px;
}

.card:not(:first-child) {
	 margin-top: 30px;
}

.image {
	width: 420px;
	height: 252px;
	background-color: #f3f3f3;
	border-radius: 3px;
	align-self: center;
	margin-top: 25px;
	overflow: hidden;
	position: relative;
}

#intro_5 {
	height: 315px;
}

#intro_9 {
	height: 304px;
}

.image img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.text {
	font-size: 15px;
	color: #333;
	text-indent: 2em;
	line-height: 1.4;
}

.text ~ .text {
	 margin-top: 15px;
}

.red {
	color: #f73131;
}

.green {
	color: #1aad19;
}

.caption {
	display: flex;
	align-items: center;
	font-size: 19px;
	font-weight: 600;
	color: #333;
	line-height: 21px;
	margin-bottom: 18px;
}

#key-features .caption:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 18px;
	background-color: #1aad19;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: 0.1em;
}

.order {
	display: inline-block;
	width: 21px;
	height: 21px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-color: #22b14c;
	border-radius: 2px;
	margin-top: 2px;
	margin-right: 8px;
}

.bulb-icon {
	width: 24px;
    height: 24px;
    margin-right: 5px;
}

#advices {
	list-style: none;
	padding-left: 0;
	margin-top: 15px;
	margin-left: 2em;
}

#advices li {
    margin-top: 5px;
	padding-left: 1em;
	position: relative;
}

#advices li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #777;
}

#advices .text {
	text-indent: 0;
}

#advices span:first-child {
	font-weight: 600;
}