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

@media (min-width: 992px) {
  h1 {
    color: var(--bs-secondary-color);
    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: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  h2 {
    color: #5D5D5D;
    font-family: "News Cycle";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

h3 {
  color: var(--bs-primary);
  font-family: "News Cycle";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}

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

@media (min-width: 992px) {
  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;
  padding: 10px 25px;
  border-radius: 40px;
}

@media (min-width: 992px) {
  .links1 {
    padding: 15px 30px;
  }
}

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

.btn-white {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
  margin-top: 5vh;
  color: #ffffff;
}

#footer .row a {
  color: #ffffff;
  margin-top: 5px;
  text-decoration: none;
}

#footer .row-gap a:focus {
  color: var(--bs-secondary);
}

#footer .row-gap a:hover {
  color: var(--bs-secondary);
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400 !important;
}

