.why_with_us {
    padding: 45px 15px;
    padding-top: 0px;
}

.why_heading {
    color: #C21229;
    text-align: center;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 900;
}

.start_selling {
    color: #3450C7;
    text-align: center;
    font-size: 55px;
    line-height: 50px;
    font-weight: 800;
}

.signup_btn {
    padding: 12px 50px;
    background-color: #FF9908;
    min-height: 50px;
    border-radius: 50px;
    font-weight: bold;
}

.why_with_us .list_section {
    max-width: 650px;
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

.list_section ul {
    list-style-image: url('../img/list.png');
}

.faq_section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.faq-question {
    color: #3450C7;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.faq-answer {
    margin-bottom: 0;
    font-style: italic;
}

.are_seller {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    padding: 0px 50px;
}

.seller_asking_section .btn {
    padding: 12px 50px;
    background-color: #FF9908;
    min-height: 50px;
    border-radius: 50px;
    font-weight: bold;
}


/* steps css  */

.step_section {
    padding: 50px 0px;
}

.step_heading {
    font-size: 55px;
    font-weight: 900;
    color: #A448A3;
    text-align: center;
    line-height: 60px;
    margin-bottom: 30px;
}

.step_heading .bold {
    font-size: 120px;
}

.steps {
    padding: 15px;
    text-align: center;
    font-weight: bold;
    color: #BF1426;
    position: static;
}

.step_img_section {
    position: relative;
}

.steps img {
    height: 180px;
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
}

.step_icon {
    font-size: 50px;
    position: absolute;
    top: 48%;
    right: -65px;
    transform: translate(-50%, -50%);
    color: #404040;
}

.right-banner img {
    max-width: 100%;
}

.seller_banner_section {
    /* padding: 60px 15px; */
    background-color: white;
    height: 300px;
}

.seller_banner_section img {
    height: 300px;
    width: 100%;
}

.left-banner-details .btn-signup {
    padding: 12px 50px;
    background-color: #FF9908;
    min-height: 50px;
    border-radius: 50px;
    font-weight: bold;
}

.left-banner-details {
    max-width: 70%;
    margin: auto;
    margin-bottom: 20px;
}

.left-banner-details p {
    font-weight: 700;
    font-size: 22px;
}


/* steps css  */