.twitter-bird {
  color: #29ff57;
}
.bigfoot-bg {
  background-position: bottom left;
}
.ctas .cta .body p {
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 1023px) {
  .main-banner .banner-text h1 span {
    font-size: 6rem;
  }
  .ctas .cta .body h2 {
    font-size: 1rem;
  }
  .ctas .cta {
    overflow: visible;
  }
  .ctas .cta .body {
    right: 0;
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .main-banner .banner-text h1 span {
    font-size: 3rem;
  }
  .main-banner .banner-text {
    padding: 2rem;
  }
  .ctas .cta .body h2 {
    font-size: 1rem;
  }
  .ctas .cta {
    overflow: visible;
    margin-bottom: 6rem;
  }
  .ctas .cta .body p {
    margin-bottom: 0.25rem;
    font-size: 0.85rem;
  }
  .ctas .cta .body {
    right: 0;
    bottom: -5rem;
    width: 100%;
  }
}