@import "./variables";
@import "./globals";

.main-cta {
  overflow-y: hidden;
}

.main-logo {
  text-decoration: none;
}

.content-txt {
  padding: 1rem 0;
}

h2 {
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
  color: $yellow !important;
}

p {
  line-height: 120%;
}

iframe {
  width: 100%;
  border: 0;
  @media (max-width: 800px) {
    height: 230px;
  }
}