.body-module {
  width: 100%;
  padding: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .body-module {
    padding: 16px;
  }
}
.body-module .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.body-module .section {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 64px;
  margin-bottom: 64px;
  border: 0px solid red;
}
@media (max-width: 900px) {
  .body-module .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.body-module .section img {
  width: 35%;
  min-width: 350px;
  border: 0px solid red;
  max-width: 600px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .body-module .section img {
    max-width: 60%;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .body-module .section img {
    max-width: 100%;
    min-width: 10px;
  }
}
.body-module .section .dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}
@media (min-width: 900px) {
  .body-module .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.body-module .section-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.body-module .section-top h1 {
  margin-left: auto;
  margin-right: auto;
}
.body-module .section-top img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}/*# sourceMappingURL=body_module.css.map */