.top-bar {
  background: #ffe8d1;
  padding: 0.75rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.top-bar img {
  position: absolute;
  bottom: -1rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  transform: rotate(-50deg);
}

.top-bar img:nth-of-type(2) {
  bottom: 1rem;
  left: 5rem;
  right: auto;
  top: auto;
  transform: rotate(-15deg);
}

.top-bar img:nth-of-type(3) {
  bottom: 1rem;
  left: 25%;
  right: auto;
  top: auto;
  transform: rotate(25deg);
}

.top-bar img:nth-of-type(4) {
  top: -1rem;
  left: auto;
  right: 25%;
  transform: rotate(-180deg);
}

.top-bar p {
  color: #b04c0e;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .top-bar img {
    display: none;
  }
}

@media (min-width: 1400px) {
  .top-bar img:nth-of-type(3) {
    display: none;
  }
  .top-bar img:nth-of-type(4) {
    top: -1.25rem;
  }
}

@media (min-width: 1600px) {
  .top-bar img:nth-of-type(3) {
    display: block;
  }
  .top-bar img:nth-of-type(4) {
    top: -1rem;
  }
}
