@charset "utf-8";

@media only screen and (min-width: 0px) and (max-width: 900px) {

    .content_start {
        margin: 0 0 0 0;
    }

    .content_end {
        margin: 0 0 100px 0;
        /* border-bottom: 4px solid #fff; */
    }

    h1, h2, h3 {
        font-family: 'proxima-nova', sans-serif;
        margin: 0;
        float: left;
        width: 100%;
    }

    h1 {
        font-weight: 700;
        font-size: 46px;
    }

    h2 {
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 31px;
        margin: 5px 0 5px 0;
    }

}