.ymt-brand {
  gap: 12px;
}

.ymt-brand .ymt-brand-mark {
  width: 98px;
  height: auto;
  flex: 0 0 auto;
}

.ymt-footer-brand img {
  width: 68px;
  height: auto;
}

@media (max-width: 768px) {
  .ymt-brand {
    gap: 8px;
  }

  .ymt-brand .ymt-brand-mark {
    width: 66px !important;
    height: auto;
  }
}

@media (max-width: 480px) {
  .ymt-brand .ymt-brand-mark {
    width: 56px !important;
  }
}
