html, body {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}

:root {
  color-scheme: only light;
}

.CTA .title {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #00526A;
}
.CTA p {
  font-family: "Montserrat", sans-serif;
  color: #4f5b66;
  margin-top: 20px;
}
.CTA .columns .column {
  margin-right: 3%;
}

.button {
  margin-top: 3%;
  background-color: #00526A;
  border-color: #00526A;
  border-radius: 12px;
  padding-inline: 1.5rem;
  color: #ECECEC;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.button:hover {
  filter: brightness(1.3);
}/*# sourceMappingURL=cta.css.map */