.logo-container {
  position: absolute;
  bottom: -90px;
  left: 3.5rem;
  transform: translateX(-50%);
  z-index: 10;
}

.logo-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}