.profile {
  transition: opacity 300ms ease-in-out 100ms;
}

.profile-hide {
  opacity: 0;
}

.profile .media > img {
  object-fit: contain;
}

.profile-logo {
  margin-bottom: 1.5rem;
  width: 70%;
  margin: auto;
}

.profile-title h2 {
  margin: 0;
}

.swiper {
  --swiper-theme-color: currentcolor;
}
