.section-1 {
    width: 1170px;
    margin: auto;
    padding: 80px 0 45px 0;
    font-size: 0;
}

.section-1 .left {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.section-1 .left h1 {
    padding: 0 0 0 0;
    text-align: left;
}

.section-1 .left .subtitle {
    padding: 28px 0 0 0;
    font-size: 24px;
    line-height: 150%;
    color: #8c8a98;
}

.section-1 .left .text {
    padding: 29px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.section-1 .left .postscriptum {
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 25px;
}
.section-1 .right {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.section-1 .right ul {}

.section-1 .right ul li {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 160px;
    margin-bottom: 30px;
    background: #efedfa;
}

.section-1 .right ul h2 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 29px;
    color: #46397f;
}

.section-1 .right ul p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.section-2 {
    background: url(../images/philosophy-bg.jpg) no-repeat center;
}
.section-2-box {
    width: 1170px;
    margin: auto;
    height: 380px;
}
.section-2 h1 {
    padding: 116px 0 0 0;
    text-align: center;
    font-size: 30px;
    color: orange;
    font-family: Intro;
    font-weight: 400;
}

.section-2 p.subtitle {
    padding: 13px 0 0 0;
    font-size: 24px;
    text-align: center;
    color: white;
    font-weight: 700;
}

.section-2 .text {
    margin: auto;
    padding: 24px 0 0 0;
    width: 920px;
    font-size: 18px;
    line-height: 30px;
    color: white;
    text-align: center;
}
.advantages-box  {
    padding: 80px 0 78px 0;
}
.advantages-box li {
    width: 25%;
}
@media screen and (max-width: 1200px) {
    .section-1 {
        width: 1024px;
    }

    .section-1 .left {
        width: 50%;
    }

    .section-1 .right {
        width: 45%;
        margin-left: 5%;
    }
    .section-2-box {
        width: 1024px;
    }
}
@media screen and (max-width: 1020px) {
    .section-1 {
        width: 768px;
    }

    .section-1 .left {
        width: 100%;
    }

    .section-1 .right {
        width: 100%;
        margin: auto;
        padding-top: 20px;
    }

    .section-2-box {
        width: 768px;
    }

    .section-2 .text {
        width: 100%;
    }
}
@media screen and (max-width: 780px) {
    .section-1 {
        width: 95%;
    }

    .section-1 .left {
        width: 100%;
    }

    .section-1 .right {
        width: 100%;
        margin: auto;
        padding-top: 20px;
    }

    .section-2-box {
        width: 95%;
        height: auto;
        padding-bottom: 30px;
    }

    .section-2 h1 {
        padding-top: 30px;
    }

    .section-2 {
        background-color: #2d2944;
    }

    .section-2 .text {
        width: 100%;
    }
    .advantages-box li {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
}