.projectBloc {
    max-width: 1190px;
    margin: 96px auto;
}

@media (max-width: 767px) {
    .projectBloc {
        margin: 64px auto;
    }
}

.projectBloc__title {
    text-align: center;
    margin-bottom: 76px;
}

@media (max-width: 767px) {
    .projectBloc__title {
        margin-bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .projectBloc__title {
        padding: 0 24px;
    }
}

.projectBloc__title .uptitle {
    margin-bottom: 17px;
}

.projectBloc__steps {
    margin-top: 64px;
    position: relative;
}

@media (max-width: 767px) {
    .projectBloc__steps {
        margin-top: 40px;
    }
}

.projectBloc__steps li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.projectBloc__steps li .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media (max-width: 1024px) {
    .projectBloc__steps li .description {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.projectBloc__steps li .description .uptitle {
    font-family: 'Prompt';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #00BCBB;
    text-transform: none;
    letter-spacing: initial;
}

@media (max-width: 767px) {
    .projectBloc__steps li .description .uptitle {
        text-align: center;
    }
}

.projectBloc__steps li .description .title {
    font-family: 'Prompt';
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #1E3246;
}

@media (max-width: 767px) {
    .projectBloc__steps li .description .title {
        text-align: center;
        font-size: 20px;
        line-height: 0px;
        margin-bottom: 10px;
    }
}

.projectBloc__steps li img {
    max-width: 380px;
    max-height: 360px;
}

@media (max-width: 767px) {
    .projectBloc__steps li img {
        display: none !important;
    }
}

.projectBloc .mobile {
    display: none;
}

@media (max-width: 1024px) {
    .projectBloc .mobile {
        display: block;
    }
}

.projectBloc .mobile .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projectBloc .mobile .owl-nav .owl-prev, .projectBloc .mobile .owl-nav .owl-next {
    left: 24px;
}

.projectBloc .mobile .owl-nav .owl-next {
    left: initial;
    right: 24px;
}

@media (min-width: 768px) {
    .projectBloc .mobile .owl-nav {
        display: none;
    }
}

.projectBloc .desktop {
    display: none;
}

@media (min-width: 1025px) {
    .projectBloc .desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1280px) {
    .projectBloc .desktop .owl-dot {
        padding: 0 30px !important;
    }
}

.projectBloc .arrow-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1281px) {
    .projectBloc .arrow-steps .owl-prev::after, .projectBloc .arrow-steps .owl-next::after {
        width: 56px;
        height: 56px;
    }
}

.projectBloc .arrow-steps .dots-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.projectBloc .arrow-steps .dots-steps .owl-dot {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 0 47px;
}

.projectBloc .arrow-steps .dots-steps .owl-dot span {
    font-family: 'Prompt';
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    max-width: 145px;
}

.projectBloc .arrow-steps .dots-steps .owl-dot .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #00BCBB;
    border-radius: 50%;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #00BCBB;
}

.projectBloc .arrow-steps .dots-steps .owl-dot:first-child::after {
    content: '';
    width: 0;
}

.projectBloc .arrow-steps .dots-steps .owl-dot::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #00BCBB;
    border-radius: 24px;
    position: absolute;
    top: 50%;
    left: 0;
}

.projectBloc .arrow-steps .dots-steps .active span {
    font-weight: 600;
}

.projectBloc .arrow-steps .dots-steps .active .number {
    background: #00BCBB;
    color: white;
}
