.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image {
  width: 75vw;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.body, .body-2 {
  background-color: #000;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  margin-top: 20px;
  padding: 10px;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}


