.sell{
    padding-top: 122px;
}

.sell-content{
    border-radius: 16px;
    background-color: #F7BBB5;
    padding: 31px 0 10px 54px;
    display: flex;
}

.sell .btn{
    /* padding: 15px 35px 15px 26px; */
    width: 150px;
    height: 48px;
    background-color: white;
    color: #1565D8;
    border-radius: 8px;
    margin-top: 10px;
}

.sell-content-c:nth-child(1){
    width: 60%;
    padding-right: 20px;
}

.sell-content-c:nth-child(2){
    width: 40%;
}

.sell-img{
    background-image: url(/assets/images/sell-image.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}