/*Доработки */
.advantages{
    color: #01b957;
    text-align: center;
    margin-top: 25px;
    border-bottom: solid 1px #aaa;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.advantages h1{
    text-transform: uppercase;
}
.advantage_block{
    display: flex;
    justify-content: center;
    min-width: 49%;
    text-align: left;
    font-size: 150%;
    margin-top: 24px;
    
}
.adv_icon{
    font-size: 200%;
    display: inline-block;
    width: 20%;
    margin-right: 10%;
    text-align: center;
    padding: 5%;
}
.adv_text{
    display: flex;
    width: 60%;
    align-items: center;
}
.adv_header{
    color: #01b957;
    display: block;
    margin: auto;
    text-transform: lowercase;
    text-align: center;
}
.bx-header{
    background: #00b956; 
}