/* by Creasant */
@media only screen and (max-width: 992px) {
  .speakers-section-wrapper .field--name-field-mtpc-profile-listing-item {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 920px) {
  #block-mtpc-secondfooter table tbody tr {
    gap: 30px;
  }
  
  #block-mtpc-secondfooter table tbody tr td img:nth-child(2) {
    margin-right: 0;
  }
}
