/*responsive view header and card padding*/
@media only screen and (max-width: 979px){
.page-landing > .page-content-column-right .card-img {
    padding-top: 20px;
}
}
/*fixing hero below more space issue*/
@media (min-width: 768px){
.content-block {
    padding-top: 30px;
}
}
@media (min-width: 1024px){
.content-block-inset {
    padding-top: 65px;
    padding-bottom: 88px;
}

/*Estatements tab hide for shinhan*/
.page-transactions .tabbed-tab:not(:first-of-type) {
    border-left-width: 0;
}.page-campaign .campaign-columns .campaign-content-column .column-bg {padding-right: 0!important; padding-left: 50px !important;}
.page-hero .hero-content .center-text {
    max-width: 768px;
}
.card-panel th{
    padding-right:10px; !important
}