.about-project {
    margin-top: 50px
}

@media (min-width: 1290px) {
    .about-project {
        margin-top: 60px
    }
}

.about-project__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

.about-project__wrapper:not(:first-of-type){
    margin-top: 60px;
}

.about-project__head-box {
    width: 100%;
}

.about-project__head {
    position: sticky;
    top: 120px;
}

@media (min-width: 1290px) {
    .about-project__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-project__wrapper:not(:first-of-type){
        margin-top: 80px;
    }

    .about-project__header-box {
        width: 100%;
        max-width: 32%;
    }

    .about-project__head-box {
        max-width: 503px
    }
}

@media (min-width: 1650px) {
    .about-project {
        margin-top: 100px
    }

    .about-project__head-box {
        max-width: 670px
    }
}

.about-project__sub-title {
    color: var(--black);
    font-size: var(--text-size-14);
    text-transform: uppercase;
    margin-bottom: 10px
}

.about-project__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px
}

.about-project__image {
    width: auto;
    height: auto;
    max-width: 156px
}

.about-project__description {
    margin-top: 15px;
    color: var(--gray-200);
}

@media (min-width: 1290px) {
    .about-project__description {
        margin-top: 20px;
    }
}

@media (min-width: 1290px) {
    .about-project__sub-title {
        margin-bottom: 20px
    }

    .about-project__image-wrapper {
        margin-top: 40px
    }

    .about-project__image {
        max-width: 212px
    }

    .about-project__body {
        margin-top: 38px
    }
}

.about-project__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-project__body p {
    margin-bottom: 15px
}

.about-project__body ol, .about-project__body ul {
    margin-top: 15px
}

.about-project__body h6:first-child {
    margin-top: 0;
}

.about-project__body h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-project__highlight-card {
    border-radius: 20px;
    background-color: #ffe0b2;
    padding: 16px;
    margin-top: 40px
}

@media (min-width: 1290px) {
    .about-project__highlight-card {
        border-radius: 30px;
        padding: 30px 40px
    }

    .about-project__body h6 {
        margin-top: 40px;
    }
}

@media (min-width: 1650px) {
    .about-project__image {
        max-width: 283px
    }

    .about-project__highlight-card {
        border-radius: 40px;
        padding: 40px 60px
    }
}

.about-project__highlight-card-quote {
    width: auto;
    height: auto;
    max-width: 51px;
    margin-bottom: 16px;
}

.about-project__highlight-card-quote + h6 {
    margin-top: 0;
}

.about-project__highlight-card h6 {
    margin-bottom: 10px
}

.about-project__highlight-card-footer {
    font-weight: var(--fw-semi);
    font-size: var(--text-size-14);
    margin-top: 16px;
}

.about-project__body .about-project__accordions {
    margin-top: 30px;
}

@media (min-width: 1290px) {
    .about-project__highlight-card h6 {
        margin-bottom: 15px
    }

    .about-project__highlight-card-quote {
        margin-bottom: 25px;
    }

    .about-project__highlight-card-footer {
        margin-top: 15px;
    }

    .about-project__body .about-project__accordions {
        margin-top: 40px;
    }

    .about-project__accordions .accordion {
        border-radius: 40px;
    }
}

.about-project__highlight-card h6:first-child {
    margin-top: 0
}

.about-project__highlight-card ol, .about-project__highlight-card ul {
    margin-top: 10px;
    margin-bottom: 0
}

@media (min-width: 1290px) {
    .about-project__highlight-card ol, .about-project__highlight-card ul {
        margin-top: 15px
    }
}
