.attention-banner {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 50px;
  font-family: "Grtsk-Peta", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: rgb(208, 240, 229);
  position: relative;
}
.attention-banner::after, .attention-banner::before {
  display: block;
  width: 35px;
  height: 100%;
  background: url("img/logo_wpl.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  content: "";
}
.attention-banner::after {
  left: 15px;
}
.attention-banner::before {
  right: 15px;
}

/*# sourceMappingURL=style.css.map */
