.sub-promotion {
    position: relative;
    height: 600rem;
    background-color: #000;
    background: url(../images/sub-bg.png) no-repeat;
    background-size: cover;
    border-bottom: 10rem solid var(--main-color);
}

.sub-promotion-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-p-text {
    color: #fff;
    text-align: center;
    margin-top: 100rem;
}

.sub-p-text h5 {
    font-size: 65rem;
    font-weight: 200;
    font-family: 'artific';
    text-transform: uppercase;
}

.sub-p-text p {
    font-size: 17rem;
    font-weight: 200;
    font-family: 'artific';
    letter-spacing: 0;
    margin-top: 10rem;
    display: none;
}



/*==================================================*/
@media (max-width: 768px) {
    .sub-promotion {
        height: 400rem;
        border-bottom: 5rem solid var(--main-color);
    }

    .sub-p-text h5 {
        font-size: 45rem;
    }
}