.c-integrations-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .c-integrations-list .c-card {
    width: 230px;
    min-width: 0;
    height: 100px;
    padding: 16px;
    margin: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center; }
    .c-integrations-list .c-card a {
      color: var(--color-link-primary); }
      .c-integrations-list .c-card a:hover {
        text-decoration: underline; }
    .c-integrations-list .c-card img {
      display: block;
      margin: auto;
      width: 198px;
      height: 68px;
      object-fit: contain; }

.h-mobile-view .h-col--1-of-2 {
  width: 100%;
  margin-top: 16px; }
  .h-mobile-view .h-col--1-of-2:first-child {
    margin-top: 0; }

.h-mobile-view .h-h2 {
  font-size: 18px; }

.h-mobile-view .h-fs--normal {
  font-size: 14px; }


/*# sourceMappingURL=marketplace_sellers_academy.css.map */