.steps {
    /* margin-top: 135px; */
    padding-top: 5rem;
    padding-bottom: 4rem;
}

.approach + .steps {
    margin-top: 0 !important;
}

.header-text-hor {
    border-top: 1px solid #2B2DC0;
    border-bottom: 1px solid #2B2DC0;
    padding: 24px 0;
}

.header-text-hor__title {
    font-size: 75px;
    font-style: normal;
    font-weight: 300;
    color: #2B2DC0;
    font-family: 'Quincy CF';
    line-height: 1.2;
}

.header-text-hor__description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
}

.steps.classic-title .header-text-hor .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
}

.steps.classic-title .header-text-hor .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.steps.classic-title .header-text-hor {
    border-top: unset;
    border-bottom: unset;
    padding: 0;
}

.steps.classic-title .header-text-hor__title {
    font-size: 45px;
    font-weight: 300;
}

.steps.classic-title .header-text-hor__description {
    font-size: 20px;
    margin-top: 30px;
}

.steps__row {
    margin-top: 10px;
    justify-content: center;
}

.steps__item {
    margin-top: 60px;
}

.steps__item-img-wrapper {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 15px;
}

.steps__item-img {
    width: 100%;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    height: auto;
}

.steps__item:hover .steps__item-img {
    transform: scale(1.05);
}

.steps__item-subtitle {
    color: #2B2DC0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.steps__item-subtitle:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #2B2DC0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.steps__item-title {
    color: #2B2DC0;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-top: 10px;
}

.steps__item-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 16px;
}

.steps .row .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 2rem;
}

@media (min-width: 992px) {
    .steps .steps__row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .steps__row .col-sm-12 {
        padding: 0 30px;
    }
    .colums_2 .steps__row .col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .colums_4 .steps__row .col-lg-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 991px) {
    .header-text-hor__title {
        font-size: 55px;
    }

    .steps__item {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .steps.classic-title .header-text-hor__title {
        font-size: 35px;
    }

    .steps.classic-title .header-text-hor__description {
        margin-top: 20px;
    }

    .steps {
        margin-top: 70px;
    }

    .header-text-hor__description {
        margin-top: 5px;
    }

    .header-text-hor {
        padding: 14px 0 20px 0;
    }

    .steps__item-img {
        width: 100%;
        height: auto;
    }

    .steps__row {
        margin-top: 0;
    }

    .steps__row .col-sm-12:first-child .steps__item {
        margin-top: 20px;
    }
}

@media (max-width: 570px) {
    .steps .row .flex{
        padding: 0;
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
    }
}