.motive:not(.fullscreen)>.section-carousel .carousel {
  max-height: unset;
}

.motive:not(.fullscreen)>.section-carousel .carousel-item img {
  max-height: unset;
}

.header-contact {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  font-size: .9375em;
  padding: 0.5em 0.5em 0.25em 0.5em;
}

@media (max-width: 991.98px) {
  .navbar__search {
    top: -9.25em;
  }
}
