@media (min-width: 992px) {

  /* PROUD MEMBERS LOGOS */

  .metro-member-logo {
    height: 170px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .metro-member-logo img {
    height: auto !important;
    max-height: none !important;
    max-width: none !important;
    object-fit: contain !important;
  }

  .metro-local95 img {
    width: 155px !important;
  }

  .metro-miao img {
    width: 145px !important;
  }

  .metro-tiac img {
    width: 260px !important;
  }

  /* CENTERED DESKTOP SUBTITLES */

  .metro-desktop-center,
  .metro-desktop-center p {
    text-align: center !important;
    color: #65717d !important;
  }

  /* TRUSTED BY CLIENT NAMES */

  .metro-client-name {
    width: 100% !important;
    text-align: center !important;
  }

  .metro-client-name * {
    text-align: center !important;
  }

  /* RECENT PROJECTS TEXT */

  .metro-projects-list {
    color: #65717d !important;
  }

  .metro-projects-list .gem-icon-with-text,
  .metro-projects-list .gem-icon-with-text-content,
  .metro-projects-list .gem-icon-with-text-content *,
  .metro-projects-list .gem-icon-with-title,
  .metro-projects-list .gem-icon-with-title-text {
    color: #65717d !important;
  }

  /* CONTACT EMAILS */

  #contact a[href^="mailto:"] {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

}