.landing_txt_content {
  text-align: center;
  padding: 2rem;
}
.lan_txt_w {
  background-color: #fff !important;
  color: #000 !important;
}
.lan_txt_b {
  background-color: #000 !important;
  color: #fff !important;
}
.lan_txt_b h2 {
  color: #e8ff29;
  font-family: evogria;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.lan_txt_w h2 {
  color: #000;
  font-family: evogria;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.lan_txt_w .cta-button {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: transparent !important;
  line-height: 4rem !important;
}
.lan_txt_w .cta-button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
