* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui;
}
.division {
  color: red;
}

h2{
  font-weight: 700;
  /* line-height: 66.84px; */
  color: #1a1a1a;
  text-transform: uppercase;
  padding-bottom: 3%;
}
@media (max-width: 480px) {
  h1{
    font-size: 1.5em !important;
  }
}