.title span {
    display: none;
}

.title h2 {
    font-family: "Poppins", sans-serif;
    font-weight: bolder;
}

.about-sect .title span {
    display: block;
    font-size: 65px;
    color: #5E6B7A;
}

.about-sect .title h2 {
    display: block;
    color: #016DB8;
    font-size: 65px;
    background: #46AA94;
    background: -moz-linear-gradient(180deg, #46AA94 0%, #016DB8 100%);
    background: -webkit-linear-gradient( 180deg, #46AA94 0%, #016DB8 100%);
    background: linear-gradient(to 180deg, #46AA94 0%, #016DB8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46AA94', endColorstr='#016DB8', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 0 15px;
    margin: 0;
    line-height: 1;
    font-weight: bolder;
    font-family: "Poppins", sans-serif;
}

.news-sect .title h2 {
    top: 10px;
}

.about-sect .txt-box .index-about-editor .editor {
    -webkit-line-clamp: 7;
    height: 210px;
}

.service_icon .s_box{
    line-height: 1.2; 
    font-size: 14px;
    letter-spacing: 0.5px;
}

.about-sect .title {
    align-items: flex-start;
    margin: 0 0 20px;
    flex-direction: column;
}

.about-sect .title h2{
    padding: 0 0 0 50px;
}

@media screen and (max-width: 1000px) {
    .about-sect .title, .about-sect .title span, .about-sect .title h2 {
        font-size: 32px;
        display: inline-block;
    }
    .about-sect .title {
        margin: 0 0 15px;
    }
    .products-sect .title::before {
        top: 50%;
        transform: translateY(-50%);
    }
    .about-sect .txt-box .index-about-editor .editor {
        -webkit-line-clamp: initial;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .products-sect .title::before {
        font-size: 60px;
        top: 50%;
        transform: translateY(-50%);
    }
}