.contactus-tabs .page-width--narrow {grid-gap: 30px;display: grid;grid-template-columns: 1fr 1fr;text-align: center;}
.contactus-tabs .page-width--narrow .tabitem {border: 1px solid #ccc;}
.contactus-tabs .page-width--narrow img {filter: brightness(0);}
.contactus-tabs .page-width--narrow a {display: block;text-decoration:none;padding: 30px;}
.contactus-tabs .page-width--narrow span {display: block;color: #000;}
@media only screen and (max-width: 768px){
  .contactus-tabs .page-width--narrow {grid-gap:10px;}
  .contactus-tabs .page-width--narrow a {padding: 20px;}
}