.note-block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: hidden;
    border: 1px solid var(--border-color);
    padding: var(--container-space);
}

.hw-blog-media .note-block {
    padding-bottom: 5rem;
}

.note-block .hw-gradient {
    top: -50% !important;
}

.note-block-header {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    font-weight: 500;
}

.note-block-text {
    line-height: 140%;
}

.hw-blog-media .note-block-text {
    max-width: 90%;
}


.note-block-media-back {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
}

@media (max-width: 992px) {}

@media (max-width: 768px) {}