:root {
  --black: black;
  --white: white;
}

.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;
  }
}

.div-block {
  text-align: center;
  margin-top: 0;
  display: block;
}

.image-3 {
  border-radius: 20px;
  margin-bottom: 23px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-40px.holding-page-copy {
  color: #fff;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}

.mg-bottom-40px.contact-details {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.mg-bottom-40px.contact-details.contact-2 {
  margin-top: 14px;
  font-size: 16px;
  line-height: 20px;
}

.our-new-website-header {
  font-size: 40px;
  line-height: 48px;
}

.section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/BG-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.body {
  background-color: #f1b51c;
  height: 100%;
}

.div-block-2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-4 {
  opacity: .83;
  mix-blend-mode: overlay;
}

.container {
  padding-top: 91px;
  position: static;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
}

.text-block {
  color: #fff;
  text-align: center;
}

.text-block-2 {
  color: #fff;
}

.cell, .cell-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
}

.cell-3 {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 23px 0;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #3bbeb4;
}

.div-block-3 {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 72px;
}

.button {
  z-index: 1;
  color: #000;
  text-align: center;
  background-color: #f1b51c;
  border-radius: 20px;
  padding: 29px 52px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.bold-text-4 {
  color: #000;
}

.section-2 {
  text-align: center;
  background-color: #062f6d;
  padding: 65px 201px;
}

.bold-text-5, .bold-text-6 {
  color: #000;
}

.text-span {
  color: #f1b51c;
}

.call-to-action {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .mg-bottom-40px {
    margin-bottom: 2px;
  }

  .quick-stack {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
  }

  .cell, .cell-2 {
    background-color: #fff;
    border-radius: 15px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .cell-3 {
    background-color: #fff;
    border-radius: 15px;
    padding: 23px 0;
  }

  .bold-text {
    color: #3bbeb4;
  }

  .bold-text-4 {
    color: #000;
  }

  .section-2 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .bold-text-5, .bold-text-6 {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .image-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-40px {
    margin-bottom: 3px;
  }

  .mg-bottom-40px.holding-page-copy {
    margin-left: 38px;
    margin-right: 38px;
    line-height: 1.4em;
  }

  .quick-stack {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-2 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
}

@media screen and (max-width: 479px) {
  .mg-bottom-40px.holding-page-copy {
    margin-left: 14px;
    margin-right: 17px;
    font-size: 14px;
  }

  .our-new-website-header {
    font-size: 17px;
    line-height: 22px;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .div-block-3 {
    text-align: center;
  }

  .button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


