.showcase-container {
  width: var(--content-width);
  margin: auto;
  margin-top: 40px;
  margin-bottom: 50px;
}

.showcase-items {
  display: flex;
}

.showcase-item .video-container {
  width: 214px;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}

.showcase-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: black;
}

.showcase-container .title {
  text-align: center;
  margin-bottom: 24px;
}

.showcase-container .title h3 {
  color: #101828;
  text-align: center;
  font-family: Outfit;
  font-size: 40px;
  font-style: normal;
  font-weight: 600; /* 130% */
}

.showcase-item .student-details {
  color: var(--Grey-Grey-100, #000);
  font-feature-settings: "liga" off, "clig" off;
  text-overflow: ellipsis;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.1px;
  margin-left: 8px;
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .showcase-container .title h3 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }

  .showcase-container {
    width: 100%;
  }

  .showcase-item .student-details {
    color: var(--Grey-Grey-100, #000);
    font-feature-settings: "liga" off, "clig" off;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 133.333% */
    letter-spacing: 0.1px;
  }
}
