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

.section {
  text-align: center;
  margin-top: 40px;
}

.body {
  text-align: center;
  background-image: url('../images/blue-water.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
}

.container {
  text-align: center;
  background-color: #9ad5f2;
  border-radius: 15px 15px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-2 {
  text-align: center;
  background-color: #0000;
}

.section-3 {
  text-align: center;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
}

.container-2 {
  background-color: #91a1ae82;
}

.container-3 {
  background-color: #ecf2f4;
}

.container-4 {
  background-color: #133441ad;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.text-block-2 {
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.text-block-3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 24px;
}
