@charset "utf-8";
.voice_section {
		padding: 130px 30px;
}
.voice_section.second {
		padding: 90px 30px;
		background-color: #e4ebf8;
		color: #022F7A;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url(../images/casestudy_section_bg.png);
}
.voice_col {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
}
.voice_col_left {
		width: 450px;
		margin-right: 50px;
}
.voice_col_photo {
		margin: 0 0 20px;
}
.voice_col_photo img {
		width: 100%;
		height: auto;
}
.voice_col_caption {
		flex: 1;
}
.voice_col_caption h4 {
		font-size: 24px;
		font-weight: 700;
		color: #022F7A;
}
.voice_col_caption h4 span {
		position: relative;
		padding-left: 27px;
}
.voice_col_caption h4 span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 14px);
		left: 0;
		width: 11px;
		height: 30px;
		background: #022F7A;
}
.voice_col_caption h5 {
		line-height: 1.6;
		font-size: 18px;
		font-weight: 700;
		margin: 40px 0 10px;
		color: #022F7A;
}
.voice_col_caption h5 span {
		font-size: 16px;
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		color: #8AA5D1;
		letter-spacing: 0;
		margin-right: 10px;
}
.voice_col_caption p {
		line-height: 1.8;
		color: #2C3F60;
}
@media(max-width: 1300px) {
		.voice_col_left {
				width: 42%;
				margin-right: 40px;
		}
}
@media(max-width: 1200px) {
		.voice_col_caption h4 {
				font-size: 22px;
		}
		.voice_col_caption h4 span {
				padding-left: 22px;
		}
		.voice_col_caption h4 span::before {
				width: 8px;
				height: 30px;
		}
}
@media(max-width: 960px) {
		.voice_col {
				display: block;
		}
		.voice_col_left {
				width: auto;
				margin: 0 0 30px;
		}
		.voice_col_left.single {
				max-width: 500px;
				margin: 0 auto 30px;
		}
		.voice_col_left_flex {
				display: flex;
				justify-content: space-between;
		}
		.voice_col_left_flex .voice_col_photo {
				width: calc(50% - 10px);
		}
}
@media(max-width: 767px) {
		.voice_section {
				padding: 60px 20px;
		}
		.voice_section.second {
				padding: 60px 20px;
		}
		.voice_col_caption h4 {
				font-size: 18px;
		}
		.voice_col_caption h4 span {
				padding-left: 15px;
		}
		.voice_col_caption h4 span::before {
				width: 6px;
				height: 24px;
				top: calc(50% - 10px)
		}
		.voice_col_caption h5 {
				margin-top: 30px;
				font-size: 16px;
				margin-left: 25px;
				position: relative;
		}
		.voice_col_caption h5 span {
				display: block;
				position: absolute;
				top: 3px;
				left: -25px;
				font-size: 14px;
		}
		.voice_col_left_flex {
				display: block;
		}
		.voice_col_left_flex .voice_col_photo {
				width: auto;
				margin: 0 0 5px;
		}
}
@media(max-width: 400px) {
		.voice_col_caption h4 {
				font-size: 16px;
		}
}