.beos-tag-card {
    display: flex;
    color: var(--bs-dark-text-color);

    gap: 10px;
    padding: 15px 24px;
    background-color: var(--bb-history-bg-color);
}

.beos-tag-card__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
}

.beos-tag-card__icon {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.beos-tag-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.beos-tag-card__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.beos-tag-card__paragraph {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
