.steps .step {
    flex: 0 0 32.5%;
    position: relative;
    padding: 2.5rem 2rem;
    border-radius: 20px;
}

.steps .step .step-number {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 3px solid #FFFFFF;
    border-radius: 100%;
    font-size: 18px;
    font-family: "Inter Bold", serif;
}

@media (max-width: 1199px) {
    .steps .step {
        padding: 2rem 1rem;
    }
}

@media (max-width: 991px) {
    .steps .step {
        margin-bottom: 2.5rem;
    }
}
