.theme-name-and-time {
    position: relative;
    font-weight: 400;
    line-height: 1;
    margin-top: 32px;
    padding-left: 18px;
}

.theme-name-and-time::before {
    position: absolute;
    content: url("../img/back-arrow.svg");
    left: 0;
    top: 0;
}

.news-item-bl__play-icon_small {
    z-index: 2 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 38px !important;
    height: 38px !important;
    margin: unset !important;

    @media (max-width: 768px) {
        width: 32px !important;
        height: 32px !important;
    }
}
