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

.div-block {
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  display: flex;
}

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

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

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

.text-block-3 {
  color: #333;
  padding-top: 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;
  line-height: 26px;
  text-decoration: none;
}

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

.text-block-4 {
  text-align: left;
  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;
}

.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 {
  object-fit: cover;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: auto;
  min-height: 0%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: visible;
}

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

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

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

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

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

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

  .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 {
    text-align: center;
    font-size: 50px;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 275px;
    display: flex;
  }

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

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