.advice {
    background-color: #F1F6F7;
    padding-top: 87px;
    padding-bottom: 28px;
    margin-left: -32px;
    margin-right: -32px;


}
.advice__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.advice__name {
    font-weight: 600;
    font-size: 24px;
    line-height: 19px;
    color: #263238;
    margin-top: 22px;
}

.advice__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 942px;
}

.advice-item {
    background-color: #fff;
    border-radius: 5px;
    width: calc(50% - 9px);
    margin-bottom: 60px;
    cursor: pointer;
    text-decoration: none;
    text-decoration: none !important;
}
.advice__item.advice-item:hover {
    filter: drop-shadow(0px 20px 13px #C4C4BA);
}

.advice-item__img img {
    display: block;
    width: calc(100% - 14px);
    margin-top: -42px;
}

.advice-item__text-wrap {
    padding: 20px 37px 28px;
}

.advice-item__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 14px;
    text-align: justify;
    color: #263238;
    margin-bottom: 7px;
}

.advice-item__descr {
    font-size: 16px;
    line-height: 122%;
    color: #263238;
    font-weight: 300;
}
