#carousel .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: calc(100vh - 56px);
  overflow: hidden;

  filter: brightness(60%);
}

.carousel-caption {
  top: 60%;
  transform: translateY(-60%);
}

.carousel-caption-title {
  font-size: 5em;
}

.section-title {
  font-size: 3em;
  text-align: center;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.6em;
  }
}

.section {
  margin-top: 4em;
  margin-bottom: 4em;
}

.description {
  text-align: justify;
  padding-top: 1em;
  padding-bottom: 1em;
}

.icon-figure {
  font-size: 60px;
  color: rgba(201, 4, 26, 1);
  text-align: center;
}

.icon-number {
  text-align: center;
  display: block;
  font-size: 4em;
  font-weight: bold;
}

.icon-title {
  font-size: 1.5em;
  display: block;
  text-align: center;
}

.logo-container {
  display: flex;
  align-items: center;
  min-height: 200px;
  margin-bottom: 16px;
}

.logo-link {
  margin: auto;
}

.logo {
  width: 200px;
  padding: 0 16px;
}

@media (max-width: 768px) {
  #carousel {
    font-size: 0.7em;
  }
}
