.wrapper-steps-block {
    margin-top: 64px;
}

.section-steps {
    margin: 64px 0;
}

.section-steps a {
    text-decoration: none;
    color: var(--red);
}

.section-steps a:hover {
    color: var(--dark-red);
}

.section-steps h2 {
    margin-bottom: 32px;
}


.section-steps .row {
    margin-top: 84px;
}

.section-steps .col {
    display: flex;
}

.wrapper-step {
    background-color: var(--light-gray);
    padding: 80px 16px 16px 16px;
    border-radius: 15px;
    height: 100%;
}

.wrapper-step-svg {
    text-align: center;
    margin-top: -130px;
}

.step-number {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background: #FF0011;
    box-shadow: 0 0 0 4px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    margin: 0 auto;
}

.wrapper-step h3 {
    margin-top: 34px;
}

.info-step a {
    color: var(--red);
    text-decoration: none;
}

.info-step a:hover {
    color: var(--dark-red);
}

@media (max-width: 992px) {
    .wrapper-steps-block {
        gap: 64px;
    }
 }
