.title span,
.about-sect .title span {
    display: none;
}
.title h2 {
    letter-spacing: 0;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}
.about-sect .title h2 {
    font-size: 80px;
    top: 50%;
    right: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}
@media screen and (max-width: 1000px) {
    .about-sect .title h2 {
        font-size: 20px;
        position: relative;
        top: 0;
        left: unset;
        transform: unset;
        line-height: 28px;
    }
    .title h2 {
        font-size: 25px;
    }
    .service-sect .title:after,
    .service-sect .title:before {
        top: 60%;
        transform: translateY(-50%);
    }
}