.untitled-page.root {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: black;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.247);
  overflow: hidden;
}
.untitled-page .decorator {
  position: absolute;
  bottom: -1154px;
  left: -1796px;
  width: 5346px;
  height: 2522px;
}
.untitled-page .flex_col {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0px;
  margin: 480px auto 418px;
  width: 779px;
  max-width: 85%;
}
@media (max-width: 991px) {
  .untitled-page .flex_col {
    margin: 150px auto;
  }
}
@media (max-width: 575px) {
  .untitled-page .flex_col {
    margin: 80px auto;
  }
}
@media (max-width: 383px) {
  .untitled-page .flex_col {
    margin: 50px auto;
  }
}
.untitled-page .image2 {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.untitled-page .paragraph_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 97.43%;
}
.untitled-page .paragraph {
  font: 400 13px/1.23 "Inter", Helvetica, Arial, serif;
  color: black;
  text-align: center;
}
.untitled-page .paragraph_span0 {
  font: 1em/1.23 "Inter", Helvetica, Arial, serif;
  color: white;
}
.untitled-page .paragraph_span1 {
  font: 1em/1.23 "Inter", Helvetica, Arial, serif;
  color: #d90368;
  text-decoration: underline;
}
.untitled-page .paragraph_span2 {
  font: 1em/1.23 "Inter", Helvetica, Arial, serif;
  color: white;
}