*{
    margin: 0;
    padding: 0;
}
.content{
    width: 100%;
}
.banner {
    height: 280px;
    background: url("../images/banner-life.jpg") no-repeat center;
    background-size: cover;
}
.content-mid{
    margin: 0 auto;
}
.p1-content{
    padding-bottom: 60px;
    text-align: center;
}
.content2{
    padding-bottom: 100px;
}
.content2 h2{
    font-size: 1.4em;
    font-family: "CiscoSans-ExtraLight";
    font-weight: 700;
    margin-top: 40px;
}
.content2 p{
    font-size: 1em;
    padding-bottom: 10px;
}
.content2 a{
    font-size: 1em;
}
.content2-word img{
    width: 100%;
    box-shadow: 5px 5px 10px #666;
}
@media screen and (max-width: 1000px) {
    .content2-word{
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 768px) {
    .content2-word{
        padding-bottom: 60px;
    }
    .content2-word img{
        width: 60%;
    }
}