.o-hero-b {

}

.o-hero-b__inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1344) 0%, rgba(0, 0, 0, 0.56) 100%);
}

.o-hero-b__content {
    min-height: 42rem;
    padding: 4.5rem 7rem;
    gap: 1.5rem;

    @media (width <= 1024px) {
        padding-inline: 0;
    }
}

.o-hero-b__meta {
    margin-top: auto;
    font-family: var(--font-family-heading);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.o-hero-b__meta-item {
    text-decoration: none;
    gap: 0.75rem;
    align-items: center;
}

.o-hero-b__meta-item:last-child {
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-family-body);
}

.o-hero-b__meta-item:not(:last-child):after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 6px;
    display: block;
    margin-bottom: 2px;
}

.o-hero-b__title {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.05;
  
    text-transform: uppercase;
    margin: 0;
}

@media (width <= 768px) {

    .o-hero-b__meta {
        font-size: 0.875rem;
    }

    .o-hero-b__title {
        font-size: 3rem;
    }

    .o-hero-b__meta-item:not(:last-child):after {
        width: 4px;
        height: 4px;
    }
}