.epson{
    font-family: HarmonyOS_Regular, Arial, sans-serif, SourceHans;
}
.hw_util {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}
.hw_utilL {
    width: 50%;
    padding-right: 15px;
	float: left;
}
.hw_util h2 {
    font-size: 25px;
    color: #000000;
    font-weight: normal;
    margin-top: 30px;
}
.hw_subhead {
    margin-top: 8px;
    margin-bottom: 18px;
    font-size: 16px;
}
.hw_txt {
    color: #666666;
    font-size: 15px;
	line-height: 24px;
}
.hw_utilR {
    width: 50%;
    padding-left: 15px;
	float: right;
}
.productUtilImg {
    width: 100%;
}
.hw_utilR video{
	border-radius: 10px;
}
.epson .clearFix {
    clear: both !important;
}
.functionItems .item.col-3 {
    width: 33.1%;
    margin: 0 0.1%;
	float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 330px;
}
.functionItems .item img {
    width: 99.5%;
    height: auto;
}
.functionItems .item h3 {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    margin-top: 20px;
    padding-right: 5px;
	margin-bottom: 10px;
}
.functionItems .item p {
    min-height: 4em;
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    padding-right: 30px;
}

@media (max-width: 768px) {
.hw_util {
        flex-direction: column;
    }
.hw_util h2 {
        margin-bottom: 5px;
    }
.hw_utilL, .hw_utilR {
        width: 100% !important;
        display: block;
        padding: 0;
        margin-bottom: 10px !important;
        margin-top: 0 !important;
    }
.functionItems .item.col-3  {
        width: 100%;
    }
}