.top-footer2 {
  background: rgba(245, 246, 246, 0.6);
  padding: 15px 0;
}

.supported-col {
  display: flex;
  flex-direction: column;
}
.supported-col .supported-body {
  margin-top: 15px;
}

.supported-list {
  flex-wrap: wrap;
  margin: -5px -5px;
}
.supported-list .supported-li {
  border: 1px solid rgba(112, 112, 112, 0.02);
  border-radius: 6px;
  min-width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 5px;
  padding: 5px;
}
.supported-list .supported-item,
.supported-list .supported-image,
.supported-list .supported-image img {
  display: block;
  line-height: 0;
}

.footer-title {
  font-size: var(--sub-title-size);
  line-height: 26px;
  font-family: var(--font-medium);
  color: var(--main-text-color);
}

@media (max-width: 475.98px) {
  .footer-title {
    font-size: 15px;
    line-height: 25px;
  }
  .supported-list {
    justify-content: center;
  }
}
