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

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

.image {
  width: 50%;
  margin-bottom: 12px;
}

.paragraph {
  text-align: center;
  margin-bottom: 57px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 150%;
}

.section {
  height: 100vh;
  display: flex;
}

.heading {
  margin-bottom: 53px;
}

.image-2 {
  width: 48px;
  height: 48px;
}

.link-block {
  text-align: center;
}

.div-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
