@import url("../css/service-detail.css");
body::before {
    background: url('../images/service/service-data-analysis.webp') center no-repeat;
    background-size: cover;
    background-position: 50% 41%;
    height: 105%;
    filter: brightness(0.8);
}
@media (max-width: 768px) {
   .wrapTitlePage .titleEn {
        line-height: 1;
        margin-bottom: 14px;
   }
   .wrapTitlePage {
        padding: 25.3vw 0 20.2vw;
    }
}