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