#certified {
    background: #fff;
    box-sizing: border-box;
    float: none;
    margin: auto;
    padding: 0 65px 15px 50px;
    width: 100%;
}

    #certified .certifiedWrapper {
        position: relative;
        border-top: 16px solid #1c2e46;
        border-right: 1px solid #1c2e46;
        border-bottom: 1px solid #1c2e46;
    }

        #certified .certifiedWrapper img{
            position: absolute;
            top: -17px;
        }

    #certified .left {
        width: 50%;
        float: left;
    }
        #certified .left .text {
            border-right: 1px solid #1c2e46;
            margin: 7px 0 7px 90px;
            color: #1c2e46;
        }

        #certified .left .text h4 {
            margin-bottom: 0;
        }

    #certified .right {
        width: 50%;
        display: inline-block;
    }

        #certified .right .text{
            color: #1c2e46;
            font-size: 12px;
            line-height: 15px;
            margin: 20px 0 14px 30px;
            position: relative;
        }

            #certified .right .text img {
                position: absolute;
                right: 2%;
                top: 0;
            }


#certifiedMobile {
    background: #fff;
    box-sizing: border-box;
    float: none;
    margin: auto;
    padding: 0 20px 20px 20px;
    width: 100%;
}

    #certifiedMobile .certifiedWrapper {
        border-top: 16px solid #1c2e46;
        border-left: 1px solid #1c2e46;
        border-right: 1px solid #1c2e46;
        border-bottom: 1px solid #1c2e46;
        color: #333366;
    }

    #certifiedMobile .certifiedWrapper h4 {
        display: inline;
        font-size: 15px;
    }

    #certifiedMobile .certifiedWrapper .textRow {
        padding: 10px 12px 25px 12px;
        position: relative;
    }

    a:hover #certifiedMobile
    {
        text-decoration: none;
    }

        #certifiedMobile .certifiedWrapper .textRow img{
            position: absolute;
            bottom: 5%;
            right: 5%;
        }

