.rm-source-banner {
  width: 100%;
  box-sizing: border-box;
  background: #f3f7fb;
  border-bottom: 1px solid #d8e3ee;
  color: #2f3439;
  font-size: 15px;
  line-height: 1.45;
}

.rm-source-banner,
.rm-source-banner * {
  box-sizing: border-box;
}

.rm-source-banner__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 16px;
  text-align: center;
}

.rm-source-banner__source {
  color: #003b7a;
  font-weight: 700;
}

.rm-source-banner__shop {
  color: #444444;
  font-weight: 700;
}

@media (max-width: 575px) {
  .rm-source-banner {
    font-size: 14px;
  }

  .rm-source-banner__inner {
    padding: 9px 12px;
  }
}
