.coupons-free-guide {
    padding: 21px 33px;
    border: 1px solid #D5D5D5;

    &:after {
        content: '';
        display: table;
        clear: both;
    }

    * {
        font-size: 16px;
        line-height: 1.3em;
        color: #000;
    }

    .ant-tag {
        color: #fff;
        font-size: 12px;
        padding: 3px 8px 1px;
        margin-bottom: 10px;
    }

    h2 {
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 23px;
    }

    img {
        float: right;
        margin-left: 3vw;
        max-height: 281px;
    }

    p {
        margin-bottom: 20px;
    }

    ul {
        margin-bottom: 20px;

        li {
            position: relative;
            margin-left: 22px;
            margin-bottom: 15px;

            .anticon {
                position: absolute;
                top: 3px;
                left: -22px;
            }
        }
    }

    .cta {
        display: inline-block;
        font-weight: bold;
        background: #C6CD2E;

        &:hover {
            color: #000;
            background: #cad22a;
        }
       
    }

    &.help-guide {

        .inner {
            max-width: 950px;
            margin:25px auto;
        }

        h2 {
            text-align: center;
            margin-bottom: 35px;
        }

        h3 {
            margin-bottom: 20px;
            font-weight: bold;
            font-size: 22px;
        }

        img {
            max-height: 379px;
            margin-left: 5vw;
        }

        p {
            margin-bottom: 30px;
        }

        ul {
            margin-bottom: 35px;

            li {
                margin-bottom: 25px;
            }
        } 

        .cta {
            border-radius: 0;
            padding-left: 30px;
            padding-right: 30px;
            height: 50px;
            line-height: 48px;
        }
    }

    p.form-fields {
        width: 50%;
        margin-bottom: 0.5em;

        input {
            padding: 0.15em 0.5em;
            margin-top: 0.5em;
            border-radius: 0;
        }

        input:focus {
            border-color: #000;
        }
    }

    p.form-actions {
        width: 50%;

        button {
            width: 100%;
        }
    }
}