div.background-image {
  position: fixed;
  background-image: url("../../../public/image/logo.webp");
  background-size: calc(100% - 8rem) auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 100vw;
  min-height: 100vh;
  padding: 4rem;
  z-index: -1;
  opacity: 2%;
}

div.container {
  max-width: unset;
  width: 100vw;
  margin: 0;
  padding: 0;
}

div.content {
  /* padding: 1.2rem 1.8rem; */
}
div.content h2 {
  text-align: center;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  color: rgb(12, 13, 28);
}
div.content div.section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding: 2.2rem 2rem;
}
div.content div.section div.area {
  
}
div.content div.section div.area div.section-body {
  text-wrap: wrap;
}
div.content div.section div.area img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
