.page-new-about {
    background-color: #fff;
}

.about-h1 {
    margin-top: 0px !important;
}

.main-title_new {
    padding: 60px 0;
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    color: #152a5f;
}

.main-title_new span {
    position: relative;
}

.main-title_new span::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -5px;
    height: 4px;
    background: #152a5f;
}

.new-about-wrap {
    text-align: left;
}

.new-about-wrap div {
    display: flex;
}

.new-about-wrap div img {
    width: 40%;
    margin-left: 30px;
}

.ico-h {
    display: flex;
    color: #3b5a9a;
    margin-top: 80px;
}

.ico-h-ite {
    flex: 1;
    border-right: 2px solid #3b5a9a;
    display: flex;
    flex-direction: column;
    margin-right: 80px;

    &:last-child {
        border: none;
        margin-right: 0;
    }
}

.ico-h-ite img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}

.ico-h-text {
    display: flex;
    align-items: center;
}

.ico-h-text strong {
    font-weight: bold;
    font-size: 50px;
    margin-right: 10px;
}

.ico-h-text span {
    display: flex;
    font-size: 14px;
    flex-direction: column;
    align-items: start;
    color: var(--color);
}

.ico-h-text span b {
    font-size: 150%;
    color: #3b5a9a;
}

.team p {
    display: block;
    position: relative;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    text-align: left;
    padding: 20px;
    padding-top: 50px;
}

.team p strong {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3b5a9a;
    color: #fff;
    padding: 6px 20px;
}

.technology {
    text-align: left;
}

.technology p {
    margin-bottom: 20px;
    font-size: 120%;
}

.technology li {
    border-radius: 40px;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.technology li img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    flex-shrink: 0;
    margin-left: 10px;
}

.honors {
    display: flex;
    justify-content: space-between;
}

.honors ul {
    margin-left: 30px;
    text-align: left;
}

.honors li {
    border-bottom: 1px solid #eee;
    padding: 6px 0;
    display: flex;
    align-items: center;
    position: relative;
}

.honors li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3b5a9a;
    position: absolute;
    left: -20px;
    top: 12px;
}

.honors img {
    width: 45%;
    height: auto;
    margin-left: 20px;
    flex-shrink: 0;
    border: 1px solid #3b5a9a;
}

.departments {
    padding: 0 !important;
    margin-top: 50px !important;
    padding-top: 80px !important;
}

.departments .db {
    margin-top: 0 !important;
}

.departments .db h2 {
    font-size: 36px;
}

.departments .main-title_new {
    padding: 0;
    margin-bottom: 60px;
}

.departments .main-title_new span::after {
    background: #fff;
}

@media screen and (max-width: 768px) {
    .main-title_new {
        font-size: 22px;
    }

    .new-about-wrap div {
        flex-direction: column;
    }

    .new-about-wrap div img {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .ico-h {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }

    .ico-h-ite {
        flex: 1;
        border-bottom: 1px solid #3b5a9a;
        border-right: 0;
        display: flex;
        flex-direction: row;
        padding: 10px 0;
        margin: 0;
    }

    .ico-h-ite img {
        margin: 0;
        margin-right: 20px;
    }

    .honors {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .honors img {
        width: 100%;
        height: auto;
        margin-left: 0;
        flex-shrink: 0;
        border: 1px solid #3b5a9a;
        margin-top: 20px;
    }
}