.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-image: url('../images/1932e26e-2f8f-4bac-a542-937f35a3d6a5.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-attachment: scroll;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.container {
  text-align: center;
}

.section {
  background-color: #a22a2a;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.section-2 {
  margin-bottom: 20px;
}

.text-block-2 {
  margin-left: 40px;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

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

.image {
  margin-bottom: 20px;
}

.link-block {
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-3 {
  padding-bottom: 5px;
}

.section-4 {
  margin-bottom: 40px;
}

.image-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-5, .section-6 {
  text-align: center;
  margin-bottom: 40px;
}

.block-quote {
  font-size: 16px;
}

.section-7 {
  text-align: center;
  position: absolute;
  inset: auto 0%;
}

@media screen and (max-width: 479px) {
  .text-block, .text-block-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}


