.image {
  width: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.text-block {
  padding-top: 20px;
}

.text-block-2 {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 70px;
  line-height: 105%;
  font-weight: 700;
  text-align: center;
}

.text-block-3 {
  padding-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.link {
  color: #333;
  text-decoration: none;
}

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

.link-3 {
  color: #333;
  text-decoration: none;
}

.text-block-4 {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  text-align: left;
}

.image-2 {
  max-width: 400px;
}

.div-block-2 {
  width: auto;
  max-width: 400px;
}

.rich-text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 17px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1000px;
  height: auto;
  min-height: 0%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5px;
  margin-bottom: 3px;
  color: #333;
  font-size: 17px;
  text-decoration: none;
}

.header-title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
}

.text-block-5 {
  font-size: 17px;
}

.paragraph-text {
  font-size: 17px;
}

.paragraph-text.last-text {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    font-size: 70px;
    font-weight: 700;
    text-align: center;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 26px;
  }

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

  .div-block-3 {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    font-size: 70px;
  }

  .div-block-3 {
    width: 500px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 150px;
  }

  .text-block-2 {
    font-size: 50px;
    text-align: center;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 275px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rich-text-block {
    max-width: 300px;
  }

  .div-block-3 {
    width: 290px;
    padding: 100px 10px;
  }
}