.title span {
    display: none;
}
.title h2 {
    color: #222222;
    font-size: 75px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.15;
    font-family: "Kanit", sans-serif;
    margin: 0;
}
.about-sect .title::before,
.service-sect .title::before,
.news-sect .title::before,
.products-sect .title::before,
.album-sect .title::before {
    bottom: 0px;
}
.about-sect .title::after,
.service-sect .title::after{
    bottom: 30.5px;
}
@media screen and (max-width: 1000px) {
    .about-sect .title::after,
    .service-sect .title::after{
        bottom: calc(100% + 5px);
    }
}