.grid-item-accessibility.full h3 {
    max-width: 327px;
}

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

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

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

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

/* 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;}

@media only screen and (max-width: 735px) { 
    .centerall { padding-left: 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;
    }
}

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