.reestr-po__item {
    margin: 40px 0;
}
@media (min-width: 479px) {
    .reestr-po__item {
        background: #F8F8F8;
        border-radius: 40px;
        padding: 40px;
    }
}

.reestr-po__item-description {
    position: relative;
}

.reestr-po__item-description p {
    margin: 10px 0;
}

@media (min-width: 990px) {
    .reestr-po__item-link {
        position: absolute;
        bottom: 0;
        right: 5vw;
    }
}

.reestr-po__item-link {
    margin-right: 2.03125vw;
    margin-bottom: 0vw;
    padding-right: 0px;
    font-size: 2.6041666667vw;
    line-height: 2.6041666667vw;
    text-decoration: none;
}

.reestr-po__item-link a {
    color: #4A679C;
    text-decoration: none;
}

