.title span{
    display: none;
    font-size: 0;
}
.intro-box .intro-title{
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
}
@media screen and (max-width: 1000px) {
    .title{
        position: relative;
        box-sizing: border-box;
    }
    .album-sect .title:before,
    .products-sect .title:before,
    .about-sect .title:before,
    .service-sect .title:before,
    .news-sect .title:before{
        top: 25%;
        transform: translateY(-50%);
        line-height: 1;
    }
}