.landing_how_sell-wrap{
    padding: 80px 15px;
}

.landing_how_sell-title{
    text-align: center;
    font: inherit;
    letter-spacing: 0;
    color: #414141;
    font-weight: normal;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
    max-width: 1100px;
    margin: 0 auto;
}

.landing_how_sell-hr{
    width: 114px;
    height: 3px;
    background-color: #DB352E;
    margin: 38px auto 0;
}

.landing_how_sell-steps{
    display: flex;
    justify-content: space-between;

    flex-flow: wrap;
    max-width: 1580px;
    margin: 0 auto;
}

.landing_how_sell-step{
    margin-top: 50px;
    padding: 0 15px;
    max-width: 390px;
    text-align: center;
}

.landing_how_sell-step img{
    height: 140px;
    width: 120px;
    object-fit: contain;
    margin-bottom: 32px;
}

.landing_how_sell-step-title{
    font-family: inherit;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 1.08px;
    color: #525252;
    text-transform: uppercase;
}

.landing_how_sell-step-hr{
    width: 55px;
    height: 3px;
    background-color: #DB352E;
    margin: 38px auto;
}

.landing_how_sell-step-desc{
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0;
    color: #454D55;
}

.landing_how_sell-btn-wrap{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.landing_how_sell-btn{
    padding: 15px 30px;
    background-color: #EE151F;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.landing_how_sell-btn svg{
    fill: #fff;
    margin-left: 25px;
}

@media (min-width: 1200px) {
    .landing_how_sell-step{
        max-width: 30%;
    }
}
@media (max-width: 1199.98px) {
    .landing_how_sell-steps{
        justify-content: space-around;
    }
}
@media (max-width: 767.98px) {
    .landing_how_sell-title{
       font-size: 30px;
    }
    .landing_how_sell-step-title{
        font-size: 24px;
    }
    .landing_how_sell-step-desc{
        font-size: 18px;
    }
}