.otchety-list {

    .otchety-list__item {
        height: 100%;
        background: var(--theme-color-background-light);

        border-radius: var(--block-border-radius);

        img {
            width: 100%;
        }
    }



    a, a:hover {
        display: block;
        height: 100%;
        text-decoration: none;
        transition: all 250ms ease;
    }

    .otchety-list__text {
        border-bottom-left-radius: var(--block-border-radius);
        border-bottom-right-radius: var(--block-border-radius);
        padding: 1rem;
    }

    .otchety-list__date {
        font-size: 1em;
    }

    .otchety-list__name {
        font-size: 1.5em;
        line-height: 1.5em;
    }
}