.step {
    padding: 48px 32px;
    box-shadow: 0px 16px 32px -8px #0C0C0D66;
    width: 306px;
    text-align: center;
}
.step .numbering{
    padding: 20px 16px;
    display: inline-block;
    background: var(--edde-Colors-gradient, linear-gradient(82deg, #007FC5 2.08%, #2B9DD1 34.23%, #009B73 66.37%, #5DB23C 99.48%));
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
    width: 68px;
    height: 68px;
    margin-bottom:23px;
}
.step .label{
    color: #007FC5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
}
.step .title{
    color: #009B73;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 116.667% */
    margin-bottom:15px;
}
.step .text{
    color: var(--edde-Colors-black, #333836);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.slick-track .slider-item:not(.slick-active) .step{
    background: var(--edde-Colors-gradient-100, linear-gradient(87deg, #F2F9FC 0%, #F7FBF5 100%));
    box-shadow: unset;
}