.grid-item-global.full h3 {
    max-width:328px
}

@media only screen and (max-width: 1068px) {
    .grid-item-global.full h3 {
        max-width:208px
    }
}

@media only screen and (max-width: 734px) {
    .grid-item-global.full h3 {
        max-width:219px
    }
}

.grid-item-verify-payment.full h3 {
    max-width:324px
}

@media only screen and (max-width: 1068px) {
    .grid-item-verify-payment.full h3 {
        max-width:216px
    }
}

/* GC only section start */
@media only screen and (max-width: 734px) {
    .Greater-China-developers.full .headline-content, .Greater-China-developers.full .picture-container {
        width:100%
    }
}

.Greater-China-developers.full picture {
    margin-left:calc(-1 * var(--tile-padding))
}

@media only screen and (max-width: 734px) {
    .Greater-China-developers.full picture {
        margin-left: 0;
        float:right
    }
}

.Greater-China-developers.full .headline-content {
    margin-left: calc(var(--grid-gutter) / 2);
    padding-left:var(--tile-padding)
}

@media only screen and (max-width: 734px) {
    .Greater-China-developers.full .headline-content {
        margin-left: 0;
        padding-top:var(--tile-padding-vertical)
    }
}

.Greater-China-developers.full h3 {
    max-width:350px
}


.Greater-China-developers-pic {
    display: block;
    width: 499px;
    height:321px
}

@media only screen and (max-width: 1068px) {
    .Greater-China-developers-pic {
        display: block;
        width: 337px;
        height:220px
    }
}

@media only screen and (max-width: 734px) {
    .Greater-China-developers-pic {
        display: block;
        width: 321px;
        height:217px
    }
}
/* GC only section end */

.icon-chevronright::after {top: 0!important;}

.grid-item-growing.full h3{
    margin-left: 10px;
}

@media only screen and (max-width: 734px){
    .grid-item-growing.full h3{
        margin-left: 0;
    }
}

.Greater-China-developers.full h3{
    margin-left: 10px;
}

@media only screen and (max-width: 734px){
    .Greater-China-developers.full h3{
        margin-left: 0;
    }
}

.section-development .grid-item.icon-half .flex-content .icon{
    width: 380px;
}
@media only screen and (max-width: 1068px) {
    .section-development .grid-item.icon-half .flex-content .icon{
        width: 252px;
    }
}

@media only screen and (max-width: 734px) {
    .section-development .grid-item.icon-half .flex-content .icon{
        width: 280px;
    }
}

.grid-item.icon-half.grid-item-consulting .flex-content .icon{
    width: 380px;
}
@media only screen and (max-width: 1068px) {
    .grid-item.icon-half.grid-item-consulting .flex-content .icon{
        width: 252px;
    }
}

@media only screen and (max-width: 734px) {
    .grid-item.icon-half.grid-item-consulting .flex-content .icon{
        width: 280px;
    }
}

/* arrow */
#newsroom .icon-wrapper .icon{
    position: relative;
    top: -1.5px;
}