header {
  top: 0 !important;
  margin-top: 0 !important;
  /* padding-top: 0 !important; */
}

body {
  font-family: "Aeonik Pro", sans-serif;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 63px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

h1 {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 700 !important;
  font-size: 26px;
  /* line-height: 130%; */
  letter-spacing: 0%;
  /* color: #333333; */
  /* width: 1184px; */
  /* height: 34px; */
  margin-bottom: 4px;
  text-align: left;
}

.container .lastUpdate {
  font-family: "Aeonik Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  width: 1184px;
  height: 21px;
}

h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 0px;
}

.container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.container span {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
}

.container h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

/* h2,
h3 { */
/* color: #444; */
/* margin-top: 20px;
  margin-bottom: 10px; */
/* } */

/* p {
  font-size: 1rem;
  margin-bottom: 15px;
} */

ul {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 20px 0;
  padding-left: 40px;
}

a {
  /* color: #007bff; */
  text-decoration: none !important;
  cursor: pointer;
}

.footerCon a {
  color: none !important;
  text-decoration: none !important;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.links-flex {
  justify-self: right;
  margin-top: 12px;
}

/* footer {

} */
.footerCon {
  padding: 30px 70px;
}

.footerCon nav {
  display: flex;
  gap: 24px;
}

.footerCon nav a {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  cursor: pointer;
}