
.advantages {
    margin-bottom: 35px;
}
.advantage_item {
    margin-bottom: 30px;
}
.advantage_item i {
    display: block;

    width: 80px;
    height: 70px;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: center;
}
.advantage_item h5 {
    font-weight: normal;

    margin: 0 0 8px 0;

    text-align: center;
    text-transform: uppercase;
}
.advantage_item p {
    line-height: 20px;

    max-width: 300px;
    margin-right: auto;
    margin-left: auto;

    text-align: center;

    color: #aaa;
}
.advantage_item a {
    display: block;
}
