.single {
    padding: 100px 0 70px;

    .wysiwyg {
        width: 100%;
        max-width: 770px;
        height: 300px;
        overflow: hidden;
        margin: 0 auto;
    
        h2 {
            margin-bottom: 60px;
            font-size: 18px;
            line-height: 24px;
            font-family: $secondary-font;
        }
        p {
            margin-bottom: 30px;
            font-family: $secondary-font;
            font-size: 14px;
            line-height: 24px;
        }
    }

    @media(max-width:900px) {
        padding: 50px $padd-mob;

        .wysiwyg {

            h2 {
                margin-bottom: 10px;
            }
        }
    }
}