.about-sect .title h2,
.service-sect .title h2,
.title h2 {
    position: relative;
    transition: all .3s ease;
    font-size: 100px;
    line-height: 1;
    display: block;
    color: #E0E0E0;
    margin-bottom: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    letter-spacing: 14px;
    text-transform: uppercase;
}
.title span {
    display: none;
}
.title h2:before {
    display: none;
}
.service-sect .title h2:before {
    display: none;
}
.news-sect .title {
    padding-left: 0px;
}