@charset "UTF-8";

@media screen and ( max-width:640px ){
    section h1 br {
        display: block;
    }
    section div,
    section > ul,
    section ol {
        padding: 0 0 190px 0;
        background-position: center bottom;
    }
    section div {
        margin-bottom: 2em;
        padding-bottom: 160px;
    }
    section > ul {
        min-height: auto;
    }
    section:first-child dl {
        padding-bottom: 120px;
        background-position: center bottom;
    }
}