html,
body {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

input,
textarea {
  outline: none;
}

button p {
  margin: 0;
}

@font-face {
  font-family: "Axis";
  src: url("../fonts/Axis.woff2") format("woff2"), url("../fonts/Axis.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AXIS Extra";
  src: url("../fonts/AXIS-ExtraBold.woff2") format("woff2"), url("../fonts/AXIS-ExtraBold.woff") format("woff"), url("") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.overflow-hidden {
  overflow: hidden;
}

.main-text-button {
  font-family: Oswald, sans-serif;
  width: 248px;
  height: 71px;
  border-radius: 2px;
  font-weight: 200;
  border: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 18px;
  color: white;
  background: #4C9EAA;
  font-size: 20px;
  line-height: 160%;
  cursor: pointer;
}
.main-text-button:hover {
  background: #428B96;
}

.button-decoration {
  font-size: 15px;
  margin-left: 20px;
}

.main-text-button-href {
  text-decoration: none;
}

.section-text-head {
  font-size: 24px;
  line-height: 160%;
  color: #4C9EAA;
  margin-top: 0;
  font-weight: normal;
}

.section-text-title {
  font-family: Axis Extra, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #231F20;
  text-transform: uppercase;
  margin-top: 0;
}

.section-text-main {
  margin-top: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #5C6668;
}

@media screen and (max-width: 1560px) {
  .section-text-title {
    font-size: 2.56vw;
  }
}
@media screen and (max-width: 990px) {
  .section-text-head {
    font-size: 20px;
  }

  .section-text-title {
    font-size: 32px;
  }

  .section-text-main {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .section-text-main {
    max-height: 250px;
    overflow-y: auto;
  }
}

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