.how_to_sell{
    max-width: 800px;
    margin: auto;
    font-size: 20px;
}
.how_to_sell p{
    line-height: 35px;
}

.conditions_div{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.conditions_div li {
    list-style: disc;
    margin: 20px 0px;
}

.conditions_left,
.conditions_right{
    width: 46%;
}

.conditions_right p{
    margin: 20px 0px;
}

.conditions_left,
.conditions_2,
.conditions_3{
    border: 2px solid #52b4c7;
    padding: 20px 60px;
}

.conditions_2{
    height: 60%;
    margin-bottom: 5%;
}
.conditions_3 {
    height: 35%;
}


.conditions_bottom_left,
.conditions_bottom_right{
    border: 2px solid #52b4c7;
    padding: 20px 60px;
    width: 46%;
}

.conditions_bottom_left p,
.conditions_bottom_right p {
    margin: 20px 0px;
}

@media (max-width: 767px) {
    .conditions_div{
        display: block;
        font-size: 20px;
    }

    .conditions_left,
    .conditions_right {
        width: 100%;
    }

    .conditions_right{
    margin: 20px 0px;
    }
    .conditions_2 {
        margin-bottom: 20px;
    }

    .conditions_div{
        margin-top: 20px;
    }

    .conditions_bottom_left,
    .conditions_bottom_right {
        width: 100%;
    }

    .conditions_bottom_left{
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 414px) {
    .conditions_left,
    .conditions_2,
    .conditions_3{
        padding: 20px 30px;
    }
    .conditions_bottom_left,
    .conditions_bottom_right{
        padding: 20px 35px;
    }
    .conditions_div li{
        margin: 15px 10px;
        font-size: 14px;
    }
    .how_to_sell,
    .conditions_2,
    .conditions_3,
    .conditions_div{
        font-size: 14px;
    }
}