.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 {
  background-color: #69d0f1;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  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-bottom: 24px;
}

.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 {
  color: #043972;
}

.logo-container {
  text-align: center;
}

.logo-section {
  background-image: url('../images/hippos_pattern_1500px_1.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.link-div {
  text-align: center;
  background-color: #6acff1;
  border-radius: 20px;
  margin-bottom: 15px;
}

.div-block-2 {
  background-color: #6acff1;
}

.button {
  color: #053b6f;
  background-color: #0000;
  width: 100%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.intro-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  color: #0a3570;
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #033a73;
  text-align: center;
  font-size: 20px;
}

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

  .intro-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-container {
    max-width: 650px;
  }
}

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

  .button {
    font-size: 25px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .link-container {
    max-width: 500px;
  }
}

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

  .heading {
    font-size: 25px;
  }

  .button {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .link-container {
    max-width: 275px;
  }
}
