.sub-promotion {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sub-promotion-wrapper {
    width: 1200px;
    display: flex;
    justify-content: center;
    display: none;
}

.sub-p-text h5 {
    color: #fff;
    font-size: 58px;
    font-weight: 800;
}



/*==================================================*/
@media (max-width: 950px) {
    .sub-promotion {
        height: 50px;
    }
}


@media (max-width: 550px) {
    .sub-promotion {
        height: 15px;
    }
}