.about__step {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 54px
}

@media (min-width: 760px) {
    .about__step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.about__step--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

@media (min-width: 760px) {
    .about__step--mob {
        display: none
    }
}

.about__step-number {
    font-size: var(--text-size);
    font-weight: var(--fw-normal);
    line-height: var(--lh-default);
    color: var(--gray)
}

.about__step-name {
    color: var(--gray)
}

.about__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: 20px
}

@media (min-width: 1034px) {
    .about__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 32px
    }
}

.about__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about__image-col {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 640px;
    margin: 0 auto
}

@media (min-width: 1440px) {
    .about__image-col {
        margin: 0 0 0 -80px;
        max-width: 720px
    }
}

.about__image-wrapper {
    position: relative;
    padding-bottom: 100%
}

.about__image-text {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 29px;
    font-size: var(--text-size-20);
    line-height: var(--lh-sm);
    font-weight: var(--fw-normal)
}

.about__image-text p {
    margin: 0
}

.about__image-text p:not(:first-of-type) {
    margin-top: 12px
}

.about__content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about__head {
    margin-bottom: 46px
}

@media (min-width: 1200px) {
    .about__wrapper {
        gap: 120px
    }

    .about__image-text {
        padding: 80px;
        font-size: var(--text-size-32)
    }

    .about__image-text p:not(:first-of-type) {
        margin-top: 20px
    }

    .about__content {
        max-width: 520px
    }

    .about__head {
        margin-bottom: 20px
    }
}

.about__title {
    color: var(--black)
}

.about__title b, .about__title span, .about__title strong {
    color: var(--primary)
}

.about__description {
    color: var(--gray-100)
}

.about__description p:not(:first-of-type) {
    margin-top: 24px
}

.about__description p + ol, .about__description p + ul {
    margin-top: 0 !important
}
