.openings-heading-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 5rem;
}

.hero-section {
    border-bottom: none !important;

}

.hero-section h1 {
    letter-spacing: -0.12rem !important;
}

.bz-container {
    border-bottom: 1px solid var(--border-color);
    position: relative;
}

.bz-container .cx-gradient {
    top: unset;
    bottom: 0px;
    height: 45rem !important;
}

.bzOpeningTitle .hw-button {
    border: 1px solid var(--border-color);
    height: 2.5rem;
}

@media (max-width: 1200px) {
    .bzOpeningsCategory {
        padding-right: 2.5rem;
    }
}

@media (max-width: 992px) {
    .openings-heading h2 {
        font-size: 2.5rem;
    }

}

@media (max-width: 768px) {

    .openings-heading h2 {
        font-size: 1.75rem;
    }

}