.banner__buttons a.glow-on-hover {
  border: 2px solid rgba(55, 184, 29, 1);
}

.slideshow__text.banner__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  max-width: max-content;
  border-radius: 8px;
}

@media screen and (max-width: 749px) {
  .slider--everywhere {
    margin-bottom: 0.3rem;
  }
}