/** about-history **/

#about-history {
    position: relative;
    z-index: 2;
}

#about-history img {
    width: 493px;
}

/** about-business-areas **/

#about-business-areas {
    position: relative;
    z-index: 2;
    text-align: center;
}

#about-business-areas h2 {
    font-size: 32px;
    text-wrap: balance;
}

#about-business-areas ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 60px;
    padding: 0;
    list-style: none;
    color: #EC6408;
    font-size: 16px;
    font-weight: 600;
}

#about-business-areas li {
    flex: 0 1 25%;
    padding: 40px;
    background: #fff;
    border: 1px solid #EC6408;
    border-radius: 10px;
    white-space: nowrap;
}

#about-business-areas span {
    display: block;
    margin-top: 20px;
}

/** about-expertise **/

#about-expertise {
    text-align: center;
}

#about-expertise h2 {
    font-size: 40px;
    font-weight: 400;
}

#about-expertise h3 {
    text-wrap: balance;
    font-size: 32px;
    font-weight: 600;
}

/** about-expertise-items **/

#about-expertise-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 200px;
    padding-right: 200px;
}

#about-expertise-items > div {
    display: flex;
    align-items: center;
    gap: 40px;
}

#about-expertise-items h4 {
    margin-top: 0;
    color: #EC6408;
    text-transform: uppercase;
    font-weight: 600;
}

#about-expertise-items h4::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 10px;
    background: #EC6408;
}

/** about-assets **/

#about-assets {
    padding: 80px;
    background: rgb(255,251,240);
    background: linear-gradient(180deg, rgba(255,251,240,1) 0%, rgba(255,220,196,1) 100%);
    background-image: url(img/img-waves-background-a-propos-atouts.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 80px;
    color: #312D5E;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    text-wrap: balance;
}

#about-assets p {
    margin: 0;
}

/** about-our-values **/

#about-our-values h2 {
    font-size: 40px;
    font-weight: 400;
}

#about-our-values h3 {
    width: calc((100%/3)*2);
    font-size: 32px;
    font-weight: 600;
}

/** about-our-values-items **/

#about-our-values-items {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

#about-our-values-items div {
    flex: 0 1 calc((100% - 80px)/3);
    padding: 20px;
    background: #FFF9EB;
    border-radius: 20px;
}

#about-our-values-items div:nth-child(2n+2) {
    background: #F9F8FF;
}

#about-our-values-items .number {
    margin: 30px 0 120px;
    color: #E0DDF1;
    font-size: 72px;
    font-weight: 600;
}

#about-our-values-items  div:nth-child(2n+2) .number {
    color: #FFD9B6;
}

#about-our-values-items h4 {
    color: #EC6408;
    text-transform: uppercase;
    font-weight: 600;
}

#about-our-values-items h4::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    margin-top: 10px;
    background: #EC6408;
}

#about-our-values-items p {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 16px;
}

/** about-pedagogy **/

#about-pedagogy {
    padding: 60px;
    background: rgb(253,220,196);
    background: linear-gradient(180deg, rgba(253,220,196,1) 0%, rgba(255,255,255,1) 100%);
    background-image: url(img/img-waves-background-kpi.jpg);
    border-radius: 80px;
    text-align: center;
}

#about-pedagogy h2 {
    font-size: 40px;
    font-weight: 400;
}

#about-pedagogy h3 {
    text-wrap: balance;
    font-size: 32px;
    font-weight: 600;
}

#about-pedagogy img {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}

/** about-actors **/

#about-actors {
    margin-bottom: 120px;
}

#about-actors h2 {
    font-size: 32px;
    font-weight: 600;
}

/** circles **/

.circle {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 100%;
}

#circle1 {
    top: 120px;
    right: 0;
    width: 420px;
    height: 420px;
    background: #FFDEC7;
    opacity: .7;
}

#circle2 {
    top: 500px;
    left: 40px;
    width: 620px;
    height: 620px;
    background: #FFF1E2;
    opacity: .8;
}
