.content .advantages{
margin-bottom: 60px;
}

.advantages .adv-title{
    background-color: #898989;
    border-radius: 10px;
    display: grid;
    align-content: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 15px;

    text-align: center;
}

.advantages .adv-title h3{
    padding: 0;
}

.advantages .adv-item{
    margin-bottom: 60px;
}