* {
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gilroy-Regular";
  color: black;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}
body,
html {
  height: 100%;
}
a {
  width: fit-content;
  color: black;
  text-decoration: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container {
  width: 81.25%;
  margin: 0 auto;
}
button {
  white-space: nowrap;
  border: 1px solid #f7941e;
  border-radius: 5px;
  font-family: "Gilroy-Regular";
  text-transform: uppercase;
  padding: 11px 25px 11px 24px;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
  transition: 0.3s;
}
.section_title {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 24px;
}
.section_subtitle {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 65px;
}
.non-scroll {
  overflow: hidden;
}
