
.section-step .col-xl-6 {
    max-width: 712px;
}

.step {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    position: relative;
    width: 396px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.step-bg {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    transform-origin: center;
    transform-box: fill-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: -1;
    transition: .3s;
}
.step-count {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: .8;
    font-family: FbApolo;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 167px;
    font-size: clamp(5.5rem, 4.3016rem + 5.1133vw, 10.4375rem);
    white-space: nowrap;
}
.step-count span {
    display: inline-block;
}
.step-title {
    font-weight: 900;
    font-size: 44px;
    font-size: clamp(1.5rem, 1.1966rem + 1.2945vw, 2.75rem);
    line-height: 1;
    margin: 10px;
}
.step-text {
    width: 282px;
    max-width: 100%;
    margin: 0 auto;
}

.step:hover .step img {
    /* transform: translate(-50%,-50%) rotate(5deg) scale(1.05); */
}

@media (max-width: 1199px) {

    .section-step .col-xl-6 {
        max-width: 500px;

    }
    .step {
        width: 220px;
        max-width: 60%;
    }

}

@media (max-width: 767px) {

    .step {
        width: 160px;
    }
    .section-step .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}