.steps {
    padding: 50px 0;
}

.steps .staps-wrap {
    row-gap: 48px;
}

.steps .title {
    color: var(--color-dark-green);
    font-family: var(--ff-LT);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px;
    margin-bottom: 66px;
    text-align: center;
}

.steps .main-description {
    color: var(--color-dark-green);
    text-align: center;
    font-family: var(--ff-RHD);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 30px;
}

.steps:has(.row .main-description) .title {
    margin-bottom: 30px;
}

.steps .step .stepno {
    aspect-ratio: 1 / 1;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    background-size: contain;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
    max-width: 260px;
}

.steps .step .stepno .no {
    color: #2E2E2E;
    text-align: center;
    font-family: Urbanist, sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.steps .step .stepno .st {
    color: #2E2E2E;
    text-align: center;
    font-family: Urbanist, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.steps .step .title {
    color: #E4A321;
    text-align: center;
    font-family: var(--ff-RHD);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.steps .step .description {
    color: #8D8D8D;
    text-align: center;
    font-family: var(--ff-RHD);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}


@media screen and (max-width:991.9px) {

    .steps {
        padding: 35px 0 50px;
    }

    .steps .title {
        font-size: 42px;
        line-height: 48px;
    }
}