@media (min-width: 50em){
  .three-columns .qh-layout-section__col .qh__icon-card:first-child{
    height:unset !important;
  }
}
@media (min-width: 50em){
.three-columns .qh__paragraph__column-container > *:nth-child(3n) {
    margin-right: 0 !important;
}}

@media (min-width: 50em){
.three-columns .qh__paragraph__column-container > *:nth-child(1n) {
    margin-right: 2%;
}}
@media (min-width: 50em){
.three-columns .qh__paragraph__column-container > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 32%;
    margin-bottom: 1rem;
}}