h1 {
  color: var(--Gray-text, #5D5D5D);
  font-family: "News Cycle";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 86px;
}

h2 {
  color: #5D5D5D;
  font-family: "News Cycle";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 26px;
}

h3 {
  color: var(--Gray-text, #5D5D5D);
  font-family: "News Cycle";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  color: var(--Gray-text, #5D5D5D);
  text-align: center;
  font-family: Murecho;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
}

.caption {
  font-family: Murecho;
  color: var(--bs-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

body {
  color: var(--Gray-text, #5D5D5D);
  font-family: Murecho;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.body2 {
  color: var(--Gray-text, #5D5D5D);
  font-family: Murecho;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.links1 {
  text-align: center;
  font-family: Murecho;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.links2 {
  font-family: Murecho;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.links3 {
  border-radius: 40px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
  padding: 16px 29px;
  margin-top: 60px;
  color: #ffffff;
  text-decoration: none;
}

#footer .row a {
  color: #ffffff;
  text-decoration: none;
}

