.steps_card {
    font-family: "DM Sans", Arial, sans-serif;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    max-width: 300px;
    text-align: left;
}

.steps_card-number {
    font-family: playfairdisplay, serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: #c9a84c26;
    margin-bottom: -0.5rem;
}

.steps_card-icon {
    width: 50px;
    height: 50px;
    background-color: #0d1b2a;
    border-radius: 10px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1;
}

.steps_card-title {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.4rem;
    color: #0d1b2a;
}

.steps_card-desc {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.6;
}
