.create-sell-area {
    padding: 7%
}

.create-sell-area .create-sell-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.create-sell-area .create-sell-row .img-wrap img {
    display: block;
    width: 100%;
    height: 100%
}

.create-sell-area .create-sell-row .text-wrap {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.create-sell-area .create-sell-row .text-wrap h3 {
    width: 90%;
    text-align: center;
    margin-bottom: 40px
}

.create-sell-area .create-sell-row .text-wrap .sign-up-wrap {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-image: -webkit-gradient(linear,left top,right top,from(#99bced),color-stop(#99f8cf),to(#ffd6c7));
    background-image: linear-gradient(90deg,#99bced,#99f8cf,#ffd6c7);
    border-radius: 30px;
    margin: 30px 20px 30px 0;
    text-align: center;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .create-sell-area .create-sell-row {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .create-sell-area .create-sell-row .text-wrap {
        display: unset;
        margin: 6% 20px
    }

    .create-sell-area .create-sell-row .text-wrap h3 {
        text-align: left
    }
}
