@media (prefers-color-scheme: dark) {
}

@media (prefers-color-scheme: light) {
}

.logoImage {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mottoTitle {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mottoParagraph {
  text-align: center;
  text-justify: inter-word;
}

.points {
  height: 100%;
  text-align: left;
  text-justify: inter-word;
}

.owl-carousel video {
  width: 100%;
  height: auto;
  max-width: 250px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 10px;
}

.owl-carousel img {
  width: 100%;
  height: auto;
  max-width: 250px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 10px;
}

.sloganParagraph {
  text-align: center;
  text-justify: inter-word;
  margin-bottom: 100px;
}
