.container {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0px 20px;
    overflow: hidden !important;
    /* background: white; */
}

.promotion-page .promotion-head h1 {
    font-weight: semibold;
    font-size: 80px;
    line-height: 96px;

}

.promotion-page .promotion-head-image img {
    height: 470px;
    width: 100%;
    object-fit: contain;
}

.promotion-page .promotion-head-content {
    position: relative;
    /* justify-self: right; */
    height: 100%;
    margin-top: 110px;
}

.promotion-page .promotion-head-content .promotion-text {
    /* position: absolute;
    right: 0;
    top: 95px; */
}

.promotion-marketing {
    margin-top: 30px;
}

.promotion-marketing h1 {
    font-weight: semibold;
    font-size: 32px;
    line-height: 38px;
}

.promotion-marketing p {
    font-size: 16px;
    line-height: 28px;
}

.promotion-flag {
    margin-top: 30px;
}

.promotion-flag-title h1 {
    font-size: 32px;
    line-height: 38px;
}

.promotion-flag-content p {
    font-size: 16px;
    line-height: 28px;
}

.promotion-flag-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-top: 30px;
}

.promotion-backdrop {
    margin-top: 30px;
}

.promotion-backdrop-title h1 {
    font-size: 32px;
    line-height: 38px;
}

.promotion-backdrop-content p {
    font-size: 16px;
    line-height: 28px;
}

.promotion-backdrop-image img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    margin-top: 10px;
}

.promotion-tips {
    margin-top: 30px;
}

.promotion-tips-title h1 {
    font-size: 32px;
    line-height: 38px;
}

.promotion-tips-content p {
    font-size: 16px;
    line-height: 28px;
}

@media(max-width:991px) {
    .promotion-page .promotion-head-image img {
        object-fit: contain;
        width: 100%;
        margin-top: 85px;
    }

    .promotion-page .promotion-head-content {
        margin-top: 100px;
    }

    .promotion-page .promotion-head h1 {
        font-size: 62px;
        line-height: 74px;
    }

    .promotion-page .promotion-head-image img {
        height: 100%;
    }
}

@media(max-width:767px) {
.promotion-page .promotion-head-content {
        margin-top: 30px;
        justify-self: left;
    }

    .promotion-page .promotion-head h1 {
        line-height: 70px;
    }

    .promotion-flag-image img {
        object-fit: contain;
    }
}

@media(max-width:567px) {

    .promotion-page .promotion-head-content {
        margin-top: 30px;
        justify-self: left;
    }

    .promotion-flag-image img {
        height: 100%;
    }

    .promotion-backdrop-image img {
        height: 100%;
    }

    .promotion-page .promotion-head h1 {
        font-size: 45px;
        line-height: 64px;
    }
}