    .container.discount-page h1 {
        font-size: 15px
    }

    .container.discount-page iframe {
        width: 100%;
        max-width: 1220px;
        height: 700px;
    }

    .container.discount-page p {
        font-size: 15px;
    }

    .container.discount-page p:first-of-type {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .container.discount-page p:last-child {
        margin-bottom: 30px;
    }

    @media only screen and (max-width: 768px) {
        .container.discount-page iframe {
            height: 600px;
            overflow: scroll !important;
        }
    }