.advantages-box {
    margin-top: 30px;
    margin-bottom: 40px;
}
.advantages-type-1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
}
.advantages-type-1-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}
.advantages-type-1>.advantages-type-1-link,
.advantages-type-1>.advantages-type-1-item {
    position: relative;
    width: 31.5315%;
    padding: 0 45px;
}
.advantages-type-1-item-fixd_w { flex-basis: 25%; }
@media (max-width: 968px) {
    .advantages-type-1-item-fixd_w {
        flex-basis: 50%;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .advantages-type-1>.advantages-type-1-link,
    .advantages-type-1>.advantages-type-1-item {
        width: 100%;
        margin-bottom: 50px;
    }
}
.advantages-type-1-title {
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase; 
}
.advantages-type-1 .advantages-type-1-desc { margin-left: 25px; }
.advantages-type-1-desc p { 
    margin-bottom: 0;
    font-size: 14px;
    color: #a4a3a3;
}
.advantages-type-1-center .advantages-type-1-item {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    padding: 0;
    text-align: center;
}
.advantages-type-1-img {
    max-width: 48px;
    height: auto;
}
.advantages-type-1-center .advantages-type-1-desc {
    margin-left: 0;
}
.additional-text-type-1 {
    -webkit-box-flex: 1;
            flex: 1 1 100%;
    margin-bottom: 60px;
    text-align: center;
}
.additional-text-type-1-hidden { display: none; }
.additional-text-type-1-title {
    margin-bottom: 55px;
    text-transform: uppercase;
}
@media (max-width: 480px) {
    .advantages-box {
        margin-bottom: 0;
    }
} 
