@charset "UTF-8";
@import url("style_hero.css");
#about {
    background-image: url(../image/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 0% 70%;
}
#about article {
    color: #4E443D;
    text-align: justify;
    line-height: 40px;
    padding-right: 10px;
}
