section#suop--ele___block-feature-6 {
    /* background-image: url(https://uec2523.com/themes/9999/_images/bg-service-uec.jpg); */
    background-size: cover;
}
section.block-feature .spec-item{ margin-bottom: 50px;}
section.block-feature .col-left, section.block-feature .col-right,  section.block-feature .col-center{  display: inline-block; clear: none !important;}
section.block-feature .col-left{ float: left;}
section.block-feature .col-center{ float: none;}
section.block-feature .col-right{ float: right;}
section.block-feature .col-left .spec-item{ text-align: right;}
section.block-feature .col-right .spec-item{ text-align: left;}
section.block-feature .spec-item .htitle {
    height: 72px;
    font-size: 30px;
    font-family: 'Kanit';
    margin: 10px 0;
    color: #333030;
    letter-spacing: 0;
    font-weight: 700;
}
.spec-item.suop--list_item p {
    font-family: 'Kanit';
    font-size: 16px;
}

@media(max-width: 768px){
	.block-feature .col-left, .block-feature .col-right{ width: 30%;}
	.block-feature .col-center{
		width: 35%;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	.block-feature .col-center img{
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		top: 0;
		bottom: 0;
	}
	.block-feature .spec-item .htitle{ font-size: 1.5em;}
}
@media(max-width: 480px){
	.block-feature .col-center{ position: relative; text-align: center; width: 100%;}
	.block-feature .col-center img{ width: 100%; position: relative;}
	section.block-feature .col-left .spec-item{ text-align: left;}
}




