@charset "utf-8";


#main_v{
    background-image: url("../policy/img/main.png");
    background-size: cover;
    background-position: left top;
    height: 320px;
    margin-bottom: 20px;
}

#main_v h1{
    height: 320px;
    line-height: 320px;
    text-align: center;
    margin: 0;
    font-size: 18pt;
    color: #fff;
    overflow: hidden;
}


h2{
    font-size: 18pt;
    text-align: center;
    margin-bottom: 20px;
}

.lede{
    margin: 20px auto 60px auto;
}


h3{
    font-size: 15pt;
    margin-bottom: 40px;
    background-color: #e3ebe4;
    padding: 10px;
}

p{
    margin-bottom: 60px;
}

@media only screen and (min-width:768px) {
    #main_v{
        background-image: url("../policy/img/main.png");
        background-size: cover;
        background-position: left center;
        height: 360px;
        margin-bottom: 80px;
    }

    #main_v h1{
        height: 360px;
        line-height: 360px;
        text-align: center;
        margin: 0;
        font-size: 30pt;
        letter-spacing: 2px;
        overflow: hidden;
    }
}
