.banknote-marquee-container {
  position: relative;
}

.banknote-marquee-close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0px 5px;
  line-height: 1;
}

.banknote-marquee {
  width: 100%;
  background-color: #FCC60E;
  overflow: hidden;
  padding: 15px 0px;
  font-family: 'Roboto', sans-serif;
}

.banknote-marquee div {
  float: left;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.banknote-marquee div img {
  width: 35px;
}

.banknote-marquee div span {
  color: #2E2E35;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}

