.first-title .center, .index-title .center {
    min-height: auto!important;
}
.description-list {
    padding: 40px 30px 0!important;
}
.sg-people div {
    font-size: inherit;
}
.sg-people.first-title .title {
    padding: 60px 60px 10px;
}
.sg-people .sg-container {
    padding: 0 60px 60px;
}
.sg-people .sg-container .text {
    padding: 0;
    max-width: 1000px;
}
.sg-people .sg-container .people-img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    margin-bottom: 20px;
}
.sg-people .sg-container .sg-position {
    font-family: "CoFo_Sans-Medium", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.digest-template-default.single.single-digest h1 {
    font-size: 34px;
    line-height: 38px;
}
.home .main-img.navigation-active {
    padding-top: 0!important;
}
.page-template-grade .first-title .black p,
.page-template-grade .first-title .black div,
.page-template-grade .first-title .black {
    color: #FFF!important;
}

@media (max-width: 1111px){
    .footer_btn a.icon_telegram {
        right: 15px!important;
    }
}
@media (max-width: 991px){
    header .menu ul li:first-child {
        display: inline-block;
    }
}
@media (max-width: 767.98px) {
    .sg-people.first-title .title {
        padding: 40px 40px 10px;
    }
    .sg-people .sg-container {
        padding: 0 40px 40px;
    }
    .digest-template-default.single.single-digest h1 {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 575.98px) {
    .sg-people.first-title .title {
        padding: 40px 20px 10px;
    }
    .sg-people .sg-container {
        padding: 0 20px 40px;
    }
    .sg-people .sg-container .people-img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
}