.epnts-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.epnts-item {
    width: 50%;
}

.epnts-next {
    text-align: right;
}

.epnts-link {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}

.epnts-next .epnts-link {
    justify-content: flex-end;
}

.epnts-image-wrap {
    display: inline-flex;
    flex-shrink: 0;
}

.epnts-image {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 8px;
}

.epnts-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.epnts-label {
    font-size: 13px;
    opacity: 0.65;
    line-height: 1.2;
}

.epnts-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.epnts-arrow {
    font-size: 22px;
    line-height: 1;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .epnts-wrapper {
        flex-direction: column;
    }

    .epnts-item {
        width: 100%;
    }

    .epnts-next {
        text-align: left;
    }

    .epnts-next .epnts-link {
        justify-content: flex-start;
    }
}
