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

.body {
  background-color: #f4f3f3;
  font-family: Lato, sans-serif;
}

.div-block {
  text-align: center;
  background-color: #152489;
  padding: 30px;
}

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

.text-block {
  color: #fff;
  text-align: center;
  font-size: 23px;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.button {
  color: #152489;
  background-color: #fad02c;
  border-radius: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 29px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
}

.text-block-list {
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 35px;
}

.div-block-2 {
  text-align: center;
  background-color: #fff;
  margin-bottom: 0;
  padding: 11px 30px 30px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 0;
}

.paragraph-black {
  text-align: left;
  width: 400px;
  margin: 5px auto 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.button-secondary {
  color: #000;
  background-color: #fad02c;
  border-radius: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 29px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
}

.div-block-3 {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.paragraph-2 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.container {
  max-width: 800px;
}

@media screen and (max-width: 479px) {
  .text-block {
    line-height: 29px;
  }

  .text-block-list {
    font-size: 16px;
  }

  .paragraph-black {
    width: auto;
  }
}


