@charset "UTF-8";


.conditions {
    width: 600px;
    background: #FAFAFA;
    border-radius: 4px;
    padding: 15px;
    margin: 0 auto;
}

.conditions h2 {
    margin-bottom: 15px;
}

.conditions ul {
    margin-bottom: 255px;
}

.conditions li {
    margin-bottom: 20px;
}





@media screen and (max-width: 700px) {

    .conditions {
        width: auto;
        background: unset;
        border-radius: unset;
        padding: 0;
    }

    .conditions ul {
        margin-bottom: 0;
    }
}