.dynamicledger-title-section {
  background: linear-gradient(to right, #29f19c, #02a1f9);
  /* background: linear-gradient(to right, rgb(19, 14, 144), rgb(111, 186, 44)); */
  padding: 0px 0px 60px;
}

/* .waveWrapperInner {
  background: #02a1f9;
} */

.dl-ext-link {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 4px 12px;

  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.dl-ext-link:hover {
  background: #fff;
  color: #02a1f9;
}

.dl-cta-section {
  margin-top: 80px;

  padding-bottom: 20px;
}

.dl-cta {
  font-size: 1.3em;
}

.dl-cta-button {
  margin-top: 20px;
  display: inline-block;
  border: 2px black solid;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 800;
  font-family: "Poppins";

  transition: all ease-in-out 0.2s;
}

.dl-cta-button:hover {
  color: #fff;
  border-color: #fff;
  background: #02a1f9;
}

.str-about-logo img {
  max-width: 160px !important;
}

.site-logo img {
  max-width: 48px !important;
}

.ei-footer-logo img {
  max-width: 140px !important;
}

.dynamicledger-title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  font-family: "Poppins";
  padding-bottom: 20px;
}

.custom-link a {
  color: #007bff;
  transition: all 0.5s ease-in-out;
}

.custom-link a:hover {
  text-decoration: underline;
  /* font-weight: bold; */
}

.dl-about-rounded {
  border-radius: 10px;
}

.str-section-title-secondary {
  max-width: 530px;
  margin: 0 auto;
}

.str-section-title-secondary .str-title-tag {
  color: #53117f;
  font-size: 18px;
  font-weight: 500;
}

.str-section-title-secondary h2 {
  color: #010101;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding: 40px 0px 0px;
}

.str-section-title-secondary h2:before {
  left: 0;
  right: 0;
  top: 13px;
  height: 3px;
  width: 42px;
  content: "";
  margin: 0 auto;
  position: absolute;
  background-image: linear-gradient(125deg,
      #29f19c 0%,
      #324add 49%,
      #008df9 100%);
}

.str-section-title-secondary.str-title-left h2:before {
  right: auto;
}

.our-team {
  margin-top: 30px;
}

.problem-list {
  padding-top: 0px !important;
}

.contact-email {
  text-align: center;
  font-size: 1.4em;
  padding: 20px 0 0;
}

.news-body {
  margin-top: 20px;
}

.news-item h1 {
  width: 80%;
  text-align: center;
  margin: 0 auto 20px;
}

.news-item h2 {
  font-size: 1.6em;
  color: #787878;
}

.news-item p {
  font-size: 1.2em;
}

.news-item a,
.news-item a:visited {
  color: #008df9;
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
}

.news-item a:hover {
  color: #324add;
  text-decoration: underline;
  font-weight: 500;

}
