.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.logo img {
  max-width: 450px;
}

.box {
  flex-basis: calc(33.33% );
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
}

a {
  color: white;
}

#slider {
  height: 100vh;
}

.box i {
  font-size: 48px;
  margin-bottom: 10px;
}

.box:not(:last-child) {
  border-right: 1px solid #fff;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
  .box {
    flex-basis: 100%;
  }
  .box-container {
    flex-direction: column;
    align-items: center;
  }
  .box:not(:last-child) {
    border-right: none;
  }
}
section img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
