
.section-textbox {
	padding: 40px;
}
@media (max-width:1023px){
	.section-textbox {
		padding: 20px;
	}
}
@media (max-width:767px){
	.section-textbox {
		padding: 10px;
	}
}
@media (max-width:479px){
	.section-textbox {
		padding: 5px;
	}
}
.section-textbox .section-head .section-title {
	margin: 1em 0 0;
	text-transform: uppercase;
	background-color: #d8ecff;
	color: #0042ff;
	font-size: 28px;
	padding: 5px 15px;
	display: inline-block;
}
@media (max-width:1079px){
	.section-textbox .section-head .section-title {
		font-size: calc(1.05401845vw + 16.62714097px);
	}
}

.section-textbox{
	color: #FFF;
}

.section-textbox h5 {
	font-size: calc(0.5vw + 0.756em);
	margin: 2.222em 0 1.111em;
	text-transform: uppercase;
}
.section-textbox li:not(:last-child) {
	margin-bottom: 0.66em;
}
.section-textbox li:not(:last-child) {
	margin-bottom: 0.66em;
}
.section-textbox li,
.section-textbox p {
	font-size: 16px;
	line-height: 1.35;
}
@media (max-width:1023px){
	.section-textbox li,
	.section-textbox p {
		font-size: calc(0.28449502vw + 13.08961593px);
	}
}
