.slide-social_media_slide {
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  height: auto;
  .social-media-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .social-media-card__image {
    position: relative;
    padding-bottom: 84%;
    img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  .social-media-card__content {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
  }
  .social-media-card__quote {
    flex: 1;
    opacity: 0.7;
  }
  .social-media-card__user {
    display: flex;
    align-items: center;
  }
  .social-media-card__social-icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
  .social-media-card__username {
    font-weight: 700;
  }
  .social-media-card__username-link {
    text-decoration: none;
    color: inherit;
    &:hover {
      text-decoration: underline;
    }
  }
}
slideshow-component .slideshow-heading {
  margin-bottom: 3rem !important;
  text-align: center;
}

