/* # top
---------------------------------------------------------------------------- */
#top {
    padding-bottom: 100px;
}
.top-box {
    margin-top: -80px;
    padding-top: 80px;
}
.top-box:not(:last-of-type) {
    margin-bottom: 100px;
}
.top-box__h3 {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 14px;
    margin-top: -6px;
    margin-bottom: 40px;
    border-bottom: solid 1px #240f00;
}
.top-box__img {
    float: right;
    width: 50%;
    margin: 0 0 0 14px;
}
.top-box__text {
    line-height: 1.75;
    margin: -6px 0;
}
