.gh_promotion{
    margin-bottom: 1em;
    display: block;
    box-sizing: inherit;
    -webkit-box-direction: normal;
}

a.gh_branded_promotion{
    background: 0 0;
    text-decoration: none!important;
    box-sizing: inherit;
    cursor: pointer;
    -webkit-box-direction: normal;
}

.gh_top_promotion_section{
    bottom: 0;
    top: 0;
    border-radius: .285rem .285rem 0 0;
    width: calc(100% + 2px);
    box-shadow: none;
    margin: 0 -1px;
    background-position: right 16px center;
    background-repeat: no-repeat;
    /* background-size: 106px; */
    min-height: auto;
    position: relative;
    padding: 1em;
    box-sizing: inherit;
    display: block;
    border-style:1px;
    border-width: 1px;
}

h4.gh_promotion_header{
    color: inherit;
    font-weight: normal !important;
    /* font-size: 1.7rem!important; */
    margin-bottom: 0 !important;
    margin-top: -.142em !important;
    border: none;
    padding: 0;
    line-height: 1.28em;
    text-transform: none;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h4.gh_promotion_header:hover{
    text-decoration: none!important;
}

.gh_bottom_promotion_section{
    border-top: none;
    bottom: 0;
    margin: 0 -1px;
    top: 0;
    border-radius: 0 0 .285rem .285rem;
    width: calc(100% + 2px);
    max-width: calc(100% + 2px);
    box-shadow: none;
    border-style:1px;
    border-width: 1px;
    position: relative;
    padding: 1em;
    box-sizing: inherit;
    display: block;
}

.gh_inside_content{
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding: 0;
    margin: -1rem;
}

.gh_promotion_content_left{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important;
    width: 56.25% !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.gh_promotion_content_right{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle;
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important;
    width: 43.75%!important;
    padding-top: 0.8rem!important;
    padding-bottom: 0.8rem!important;
    position: relative;
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.gh_promotion_content_left p{
    color: inherit;
    margin-bottom: 0;
    margin-top: 0;
    font-size: inherit!important;
    margin: 0 !important;
    line-height: 1.7em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.gh_promotion_content_left p:hover{
    text-decoration: none!important;
}
.gh_ctr{
    text-align: right;
    display: block;
}

.gh_ctr span{
    text-shadow: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em;
    text-transform: none;
    text-shadow: none;
    font-weight: 500;
    /* font-size: 0.9em!important; */
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none!important;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34,36,38,.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}

.gh_mobile_title{
    display:none!important;
}

@media only screen and (max-width: 768px) {
    .gh_mobile_title{
        display: block!important;
        margin: 1rem auto!important; 
        color: inherit;
        text-align: center!important;
        font-weight: normal;
        /* font-size: 1.3em; */
        border: none;
        padding: 0;
        line-height: 1.2857em;
        text-transform: none;
    }
    .gh_mobile_title:hover{
        text-decoration: none!important;
    }
    .gh_promotion_header{
        display:none!important;
    }
    .gh_top_promotion_section{
        background-position: center center;
        min-height: 45px;
        /* background-size: 106px; */
    }
    .gh_promotion_content_left{
        display: block;
        width: 100%!important;
        text-align: center;
        font-size: 0.7em;
    }
    .gh_promotion_content_right{
        width: 100%!important;
        margin: 0!important;
        box-shadow: none!important;
        padding: 1rem!important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        vertical-align: middle;
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important;
        position: relative;
        display: inline-block;
    }
    .gh_ctr{
        text-align: center!important;
    }
}