<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Block : Logos
 * =================================
 *
 *
 *
 */

.logos {
  position: relative;
}

.logos__items .tns-item {
  height: 80px;
}

.logos__item &gt; img {
  max-width: 250px;
  max-height: 80px;
}

@media screen and (max-width: 1300px) {
  .logos__item &gt; img {
    max-width: 150px;
  }
}

@media screen and (max-width: 992px) {
  .logos__item &gt; img {
    max-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .logos__item {
    height: 80px;
    display: flex;
    align-items: center;
  }

  .logos__item &gt; img {
    max-width: 125px;
    height: 100%;
  }
}
</pre></body></html>