.header {
  height: 85px;
  width: 100vw;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: #2e3192;
  transition: background-color 0.3s;
}

.btn-banner a {
  font-size: 20px;
  padding: 10px 20px;
  color: #2E3192;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 12px;
  box-shadow: -9px 11px 4px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(357deg, #FDCA0A 2.21%, #E3DDC9 109.56%);
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
}
.btn-banner svg {
  width: 37px;
}

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