/*PROJECTS*/

.our-projects {
    padding: 90px 0 0 0;
}

.container-our-projects {
    max-width: 1200px;
    min-width: max-content;
    margin: 0 auto;
}

.our-projects-splide {
    position: relative;
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.splide__list {
    max-width: 1200px;
    width: 100%;
}

.splide__track {
    margin-left: auto;
}

.splide__arrows {
    display: flex;
    column-gap: 16px;
    position: absolute;
    bottom: 0;
    left: -40px;
    transform: translateY(50%);
}
/*PROJECT INFO*/

.project-credivault__wrapper {
    padding: 180px 0 0 0;
}

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

.project-credivault__wrapper__header h3 {
    max-width: 894px;
    width: 100%;
}

.container-project, .container-project__left, .container-project__last {
    display: flex;
    position: relative;
    padding: 90px 0;
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    /*column-gap: 8.75vw;*/
}

.container-project__last {
    padding: 90px 0 0 0;
    justify-content: start;
}

.container-project:after, .container-project__left:after {
    position: absolute;
    bottom: 0;
    content: '';
    display: flex;
    height: 2px;
    max-width: 1200px;
    width: 85%;
    background: #2E2E2E;
}

.container-project:after {
    right: 0;
}

.container-project__left:after {
    left: 0;
}

.project__img-wrapper {
    height: 600px;
}

.project__img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project__text {
    padding: 20px 120px 0 120px;
}

.project__text h5 {
    font-weight: 600;
    font-size: 2.25em;
    line-height: 44px;
    margin-bottom: 36px;
}

.project__text > p {
    color: #2E2E2E;
    font-size: 1.125em;
    line-height: 27px;
    margin-bottom: 42px;
    max-width: 486px;
    width: 100%;
}

.project__features {
    display: flex;
    margin-bottom: 64px;
    column-gap: 52px;
}

.project__features-item {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}

.project__features-item > p {
    color: #141415;
    font-size: 1.125em;
    line-height: 27px;
}

.project__features-item > p > span {
    display: inline-block;
    margin-right: 14px;
    background: #7699FF;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}