.index-page .section-first {
  height: 28.125rem;
  width: 100%;
  background-image: url("/assets/images/general/close-up-scales-justice 2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.index-page .section-first .section-content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-page .section-first .section-content h2 {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: normal;
  font-size: 3.438rem;
  line-height: 4.688rem;
  color: #FFFFFF;
  position: initial;
  width: 41.25rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
}
.index-page .section-first .section-content h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .index-page .section-first {
    padding: 1.25rem;
    height: 15.625rem;
  }
  .index-page .section-first .section-content h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .index-page .section-first .section-content h4 {
    position: initial;
    font-size: 1.488rem;
    line-height: 1.8rem;
    color: #FFFFFF;
  }
}
.index-page .section-about {
  padding: 2.875rem 0;
}
.index-page .section-about .section-content {
  width: 70.688rem;
}
.index-page .section-about .section-content .div-top {
  display: flex;
  align-items: center;
}
.index-page .section-about .section-content .div-top h2 {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: normal;
  font-size: 3.438rem;
  line-height: 4.688rem;
  color: #000000;
}
.index-page .section-about .section-content .div-top hr {
  border-top: 1px solid black;
  width: 30%;
}
.index-page .section-about .section-content .div-bottom {
  width: 45.5rem;
  max-width: 100%;
  position: relative;
  margin: auto;
  font-size: 1.563rem;
  line-height: 1.938rem;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .index-page .section-about .section-content .div-top {
    flex-direction: column;
  }
  .index-page .section-about .section-content .div-top hr {
    width: 100%;
    margin: 0.75rem 0;
  }
  .index-page .section-about .section-content .div-bottom {
    padding: 0 1rem;
  }
}

/*# sourceMappingURL=index.css.map */
