
#bottom_info {
    margin-bottom: 30px;
}
#bottom_info h4 {
    font-weight: normal;
    font-size: 26px;
    color: #222222;
    margin-top: 0px;
    margin-bottom: 17px;
}
.bottom_info_inner {margin-bottom: 50px;}

.bottom_info_inner img {
    float: left;

    max-width: 270px;
    margin: 0 30px 10px 0;
}
.bottom_info_inner p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
}

.bottom_info_inner a {
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    background: #45A509;
    text-align: center;
    min-width: 160px;
    padding: 0 20px;
    border-radius: 23px;
    margin: 25px 0 0 0;
    box-shadow: 0px 7px 8px 0px rgba(147,147,147,0.2);
    transition-duration: .5s;
    border: none;
    text-decoration: none;
}
.bottom_info_inner a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}
.bottom_info_inner a:active,
.bottom_info_inner a:focus,
.bottom_info_inner a:active:focus {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    text-decoration: none;
    outline: none;
}
.bottom_info_inner a span i {
    display: inline-block;

    margin-left: 5px;

    color: #fff;
}

.advantage_wr {
    margin-bottom: 40px;
    padding-top: 7px;
}
.advantage_wr a {
    display: block;
    overflow: hidden;

    height: 100px;
    margin-bottom: 4px;
}
.advantage_wr a i {
    float: left;

    width: 70px;
    height: 70px;
    margin-right: 30px;

    background-repeat: no-repeat;
    background-position: center;
}
#bottom_info .advantage_wr a h4 {
    font-size: 17px;
    font-weight: normal;

    margin: 0 0 10px 0;

    color: #000;
}
.advantage_wr a p {
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;

    margin: 0 0 0 0;

    color: #000;
}

@media(max-width: 481px) {
    .bottom_info_inner img {
        display: block;
        float: none;

        margin: 0 auto 15px auto;
    }
}
