.tip-section-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    width: max-content;
    max-width: 100%;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.tip-section-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #e51b23;
    box-shadow: 0 0 0 5px rgba(229, 27, 35, .18);
}

@media (max-width: 767.98px) {
    .tip-section-eyebrow {
        gap: 8px;
        margin-bottom: 10px;
        font-size: 11px;
        letter-spacing: .1em;
    }
}
