.advantages {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0;
    padding: 0% 10%;
    position: absolute;
    top: 59%;
}

.advantages>div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.advantages .card {
    text-align: left;
    padding: 3% 8%!important;
}

.advantages .upper-line {
    height: 15px;
    background: #9E2A9B;
    width: 89.8%;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
    margin-left: 0.05rem;
}
.card {
    text-align: center;
    padding: 3% 8%!important;
    background-color: #ffff;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    width: 90%;
}

.card .card-icon {
    max-width: 20%;
    padding: 1rem 0;
}

.card-icon>img{
    width: 100%;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1A1A1A;
}
.advantages .card-description {
    height: 5.5rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #313131;
}