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

.content {
  text-decoration: none;
}

.footer {
  background-color: #901b41;
}

.body {
  color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 26px;
  display: flex;
}

.image {
  width: 600px;
  margin-top: 40px;
}

.heading {
  text-align: left;
  margin-top: 40px;
  margin-left: 100px;
  font-weight: 700;
}

.text-block {
  margin-left: 100px;
  padding-bottom: 40px;
}

.text-block-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.div-block {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 20px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}

.link, .link-2 {
  color: #fff;
  text-decoration: none;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.emb01 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 991px) {
  .heading, .text-block {
    margin-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    margin-top: 40px;
    margin-left: 0;
  }

  .text-block {
    text-align: center;
    margin-left: 0;
  }

  .text-block-2 {
    text-align: justify;
    padding-left: 10px;
  }

  .div-block {
    font-size: 26px;
  }

  .column {
    justify-content: center;
    display: flex;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .emb01 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    padding-bottom: 60px;
  }

  .text-block-2 {
    text-align: left;
  }

  .div-block {
    flex-direction: column;
  }

  .text-block-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link, .link-2 {
    margin-top: 10px;
  }
}
