.wrap-icon-file {
    overflow: hidden;
}

.wrap-icon-file img {
    width: 186px;
    height: 140px;
}

.photos {
    flex-wrap: wrap;
}

.photos .photos__item {
    gap: 0 !important;
}

.photos .photos__item__title {
    margin: 0 !important;
    color: #585858 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
}

@media (max-width: 470px) {
    .interesting-stories-blocks__item__body .photos {
        text-align: center;
    }
}

.interesting-stories-blocks__item.open .li-item-prop-photo {
    display: none;
}
