@charset "utf-8";
.strength_section h3 {
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 35px;
		margin-left: 30px;
		line-height: 1.6;
		position: relative;
}
.strength_section h3::before {
		content: '';
		display: block;
		position: absolute;
		top: 6px;
		left: -30px;
		width: 7px;
		height: 32px;
		background: #027DFF;
}
.strength_section h3 + p {
		line-height: 1.8;
		margin-bottom: 60px;
}
@media(max-width: 1200px) {
		.strength_section h3 {
				font-size: 24px;
		}
}
@media(max-width: 767px) {
		.strength_section h3 {
				font-size: 20px;
				margin-bottom: 25px;
				margin-left: 15px;
		}
		.strength_section h3::before {
				top: 6px;
				left: -15px;
				width: 5px;
				height: 90%
		}
}