.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-stack {
  object-fit: fill;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 20% 25% 20% 10%;
  padding: 80px 20%;
  display: block;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  font-family: Changa One, Impact, sans-serif;
  font-size: 62px;
  font-weight: 400;
}

.body {
  background-image: url('../images/seeitsayitbg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-2 {
  background-color: rgba(255, 255, 255, .59);
  border-radius: 20px 0 0;
  margin-top: 10%;
  margin-left: 15%;
  margin-right: 15%;
  padding: 20px 10% 5%;
  display: block;
}

.heading-2 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 54px;
}

.heading-3 {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.heading-4 {
  font-size: 24px;
}

.heading-5, .paragraph {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.code-embed {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.heading-6 {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 54px;
}

.text-span {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  bottom: 15px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .body {
    background-size: cover;
  }

  .container-2 {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0;
    margin: 10% 20% 0%;
    padding: 2% 15px 5%;
  }

  .paragraph {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .body {
    background-size: cover;
  }
}
