.novator-alumni-section {
  padding: 80px 16px 56px;
}
.novator-alumni-section .section-header {
  padding: 16px 64px;
  text-align: center;
  margin-bottom: 56px;
}
.novator-alumni-section h3.main-title {
  font-family: Figtree;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #101828;
  margin: 0 0 16px;
}
.novator-alumni-section h3.main-subtitle {
  margin: 0;
  font-family: Figtree;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #101828;
}
.novator-alumni-section h3.main-subtitle > span {
  font-family: Figtree;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  background: linear-gradient(90deg, #7860FC 0%, #21B7DE 50%, #7FEB8C 100%););
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.novator-alumni-section .alumni-group::-webkit-scrollbar {
  display: none;
}
.novator-alumni-section .alumni-group {
  overflow-x: scroll;
  width: 100%;
}
.novator-alumni-video {
  width: max-content;
  -webkit-box-pack: start;
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  margin: 0 auto;
}
.novator-alumni-video .novator-alumni-video-box {
  border-radius: 8px;
  width: 308px;
  position: relative;
  overflow: hidden;
}
.novator-alumni-video .novator-alumni-box-img {
  position: relative;
  padding-bottom: 100%;
  padding-top: 145px;
}
.novator-alumni-video .novator-alumni-box-img video {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.novator-alumni-video a.novator-alumni-video-icon i.play-icon {
  display: flex;
  color: #ffffff;
  fill: currentcolor;
  align-items: center;
  background: rgba(0, 0, 0, .3);
  border-radius: 32px;
  height: 64px;
  left: 0;
  line-height: 64px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  justify-content: center;
}
.novator-alumni-video a.novator-alumni-video-icon i.pause-icon {
  color: #ffffff;
  fill: currentcolor;
  align-items: center;
  display: none;
  background: rgba(0, 0, 0, .3);
  border-radius: 32px;
  height: 64px;
  left: 0;
  line-height: 64px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  justify-content: center;
}
.novator-alumni-video a.novator-alumni-video-icon i svg {
  width: 20px;
  height: 20px;
  display: flex;
  color: #ffffff;
  fill: currentcolor;
  margin: auto;
  align-items: center;
}
.novator-alumni-video  .novator-alumni-box-content {
  position: absolute;
  right: 40px;
  top: auto;
  bottom: 10px;
  left: 25px;
}
.novator-alumni-video .novator-alumni-box-content h5 {
  color: #ffffff;
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
.novator-alumni-video a.novator-alumni-video-icon i.play-icon.vplay {
  display: none;
}
.novator-alumni-video .novator-alumni-box-img:hover i.pause-icon.vpause {
  display: flex;
}

@media (max-width: 991px) {
  .novator-alumni-section {
    padding: 40px 16px;
  }
  .novator-alumni-section .section-header {
    margin-bottom: 16px;
  }
}