.anons-block .col-lg-4 div {
    padding: 38px;
    margin-top: 30px;
    background: linear-gradient(0deg, #2B3980, #2B3980), #F7F7F8;
    border-radius: 30px;
    color: #fff;
    min-height: 221.33px;
}

.anons-block .anons-date {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 118%;
    margin-bottom: 24px;
}

.anons-block .anons-address {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 118%;
    float: right;
    text-decoration-line: underline;
}

.anons-block .anons-address svg {
    margin-right: 8px;
    margin-bottom: 3px;
}

.anons-block .anons-address svg path {
    transition: .3s;
}

.anons-block .anons-address:hover svg path {
    fill: var(--main-color);
}

.anons-block .anons-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 118%;
    margin-bottom: 0;

    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}