.integration_logo_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  a {
    display: block;
    line-height: 0;
    cursor: pointer;
    width: 344px;
    @media (max-width: 600px) { width: 156px; }

    img {
      cursor: pointer !important;
      max-width: 100%;
    }
  }
}
