.news-sect .title h2 {
    position: relative;
    z-index: 1;
    font-family: 'Jost', sans-serif;
    top: 31px;
}

.title span{
    display: none;
}


.about-sect .title h2{
    margin: 35px 0 0;
    font-family: 'Jost', sans-serif;
}

.service-sect .title h2 {
    margin-bottom: 30px;
    font-family: 'Jost', sans-serif;
}


.about-sect .index_more {
    margin: 20px 0;
    position: absolute;
    right: calc(50% - 140px);
    top: 83px;
}

@media screen and (max-width: 1000px){
    .about-sect .index_more{
    top: 112px;
    margin: 25px auto;
    right: 0;
    left: 60px;}

    
    .title{
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 767px){
    .news-sect .index_more{
        top: 80px;
    }

    .about-sect .index_more{
        top: 105px
    }
}