.Fixed {
    background-color: #111;
}

.sub-promotion {
    position: relative;
    width: 100%;
    height: 500rem;
    overflow: hidden;
}

.sub-p-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.sub-p-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(90%);
}

.sub-p-text {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    z-index: 3;
}

.sub-p-text h5 {
    color: #fff;
    font-size: 50rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20rem;
}

.sub-p-text h5 span {
    color: #ffffffaa;
    font-size: 22rem;
    font-weight: 500;
}



/*==================================================*/
@media (max-width: 991px) {
    
}


@media (max-width: 550px) {

}
