.about-sect .title span,
.products-sect .title span,
.album-sect .title span,
.news-sect .title span,
.service-sect .title span {
    display: none;
}
.service-sect {
    background: #fff;
}
.about-sect .title h2,
.products-sect .title h2,
.album-sect .title h2,
.news-sect .title h2,
.service-sect .title h2 {
    width: fit-content;
}
.title h2:after {
    right: unset;
    left: 105%;
}
.about-sect .title h2:after {
    right: unset;
    left: 85%;
}
@media screen and (max-width: 1000px) {
    .title h2:after,
    .about-sect .title h2:after {
        right: unset;
        left: 105%;
    }
}