.electromontaj-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.electromontaj-header .section__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 689px;
}
.electromontaj-header .section__header p {
  margin: 0;
  width: 562px;
  color: #040B2F;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}
@media (max-width: 750px) {
  .electromontaj-header .section__header p {
    width: 100%;
  }
}
.electromontaj-header button {
  display: flex;
  width: 275px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #001593;
  border-width: 0;
  color: #FFF;
  /* Text_inter/Button_14_140% */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
@media (max-width: 750px) {
  .electromontaj-header button {
    width: 100%;
  }
}
/*# sourceMappingURL=electromontaj_header.css.map */