.nr-container-087fcc88 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.nr-overlay-087fcc88 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
    z-index: 1;
}

.nr-content-087fcc88 {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.nr-header-img-087fcc88 {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    user-select: none;
}

.nr-subheading-087fcc88 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0;
}

.nr-subheading-087fcc88 span {
    display: inline;
}
