.alumni-voices-section {
  padding: 80px 16px 0;
}
.alumni-voices-section .hs-top-section {
  text-align: center;
  padding-bottom: 40px;
}
.alumni-voices-section  .page-center {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.alumni-voices-section .hs-top-section h4.pre-heading {
  margin: 0;
  color: #101828;
  text-align: center;
  font-family: Figtree !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; 
  margin-bottom: 16px;
}
.alumni-voices-section .hs-top-section .page-center {
  padding: 16px 0 0;
}
.alumni-voices-section .hs-top-section h2.heading {
  color: #1D2939;
  text-align: center;
  font-family: Figtree !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; 
  letter-spacing: -0.8px;
  max-width: 630px;
  margin: 0 auto 16px;
}
.voice_container {
  position: relative;
  height: 900px;
  overflow: hidden;
  transition: all .5s;
  box-sizing: border-box;
}
.voice_container.maxview::after{
  content: none;
}
.voice_readmore_wrap {
  position: absolute;
  margin: 0;
  bottom: -0.055px;
  width: 100%;
  padding: 24px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.70) 12.75%, rgba(239, 241, 245, 0.70) 118.14%);;
}
.readmore, .closebtn {
  display: block;
  padding: 12px 28px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 12px;
  background: #111322;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03), 0px 4px 8px 0px rgba(0, 0, 0, 0.03), 0px 14px 14px 0px rgba(0, 0, 0, 0.03), 0px 32px 19px 0px rgba(0, 0, 0, 0.02);
  color: #FFF;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.closebtn{
  display: none;
  border-bottom: none;
}
.voice_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.voice_wrap .custom-column {
  width: 33.33%;
  padding: 0 12px;
}
.voice_wrap .voice{
  margin-bottom: 24px;
}
.voice_wrap .voice .inner-wrap {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03), 0px 4px 8px 0px rgba(0, 0, 0, 0.03), 0px 14px 14px 0px rgba(0, 0, 0, 0.03), 0px 32px 19px 0px rgba(0, 0, 0, 0.02);
}
.voice_wrap .top-section {
  background: #F9FAFB;
  padding: 8px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
}
.voice_wrap .top-section .right-content h3 {
  color: #344054;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; 
  margin: 0;
}
.voice_wrap .top-section .right-content p {
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  font-family: Figtree;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.voice_wrap .tag {
  border-radius: 16px;
  padding: 6px 8px;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.voice_wrap .tag span.icon img {
  vertical-align: baseline;
}
.voice_wrap .tag span.text {
  display: inline-block;
  padding-left: 5px;
}
.voice_wrap .bottom-section {
  padding: 16px 16px 24px;
}
.voice_wrap .bottom-section .content-wrapper p {
  color: #101828;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}
.voice_wrap .bottom-section .novator-alumni-video-box {
  border-radius: 8px;
  filter: drop-shadow(0 79px 48px rgba(0,0,0,.02)) drop-shadow(0 35px 35px rgba(0,0,0,.03)) drop-shadow(0 9px 19px rgba(0,0,0,.03)) drop-shadow(0 0 0 rgba(0,0,0,.03));
  overflow: hidden;
  position: relative;
}

.voice_wrap .novator-alumni-box-img {
  position: relative;
  border-radius: 8px;
  padding-bottom: 112%;
  width: 100%;
}
.voice_wrap .novator-alumni-box-img video {
  display: block;
  height: 100%;
  width: 100%!important;
  position: absolute;
  object-fit:cover;
}

.voice_wrap .play-btn, .voice_wrap .pause-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 3;
  cursor: pointer;
  transition: 0.5s all;
  overflow: hidden;
}

.voice_wrap .pause-btn {
  display: none;
}

.voice_wrap .play-btn i {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 18px solid #000000;
  border-right: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
}

.pause-btn i {
  position: absolute;
  left: -3px;
  right: 0px;
  bottom: 0px;
  top: 2px;
  margin: auto;
  width: 16px;
  height: 24px;
  flex-flow: row wrap;
}

.pause-btn i:before {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #000;
  display: inline-block;
}

.pause-btn i:after {
  content: '';
  width: 4px;
  height: 100%;
  margin-left: 8px;
  background-color: #000;
  display: inline-block;
}
.playvideo .voice_wrap video {
  opacity: 1;
}
.voice_wrap .tag span.icon svg path {
  stroke: currentColor;
}
.voice_wrap .vplay {
  display: none;
}
.novator-alumni-box-img:hover .vpause {
  display: block;
}
.readmore span.arrow-icon, .closebtn span.arrow-icon {
  padding-left: 5px;
}
.readmore span.arrow-icon svg, .closebtn span.arrow-icon svg {
  vertical-align: middle;
}
.expended .voice_container {
  height: auto;
}
.expended .readmore {
  display: none;
}
.expended .voice_readmore_wrap {
  position: static;
  background: transparent;
}
.expended .closebtn {
  display: block;
}
.author-images img {
  height: auto;
  width: 116px;
}
.alumni-voices-section .hs-bottom-section {
  padding-bottom: 80px;
}
.alumni-voices-section .bottom-btn-wrapper{
  padding: 40px 0;
  text-align: center;
}
.alumni-voices-section .bottom-btn-wrapper a.download-cta {
  padding: 16px 40px;
  font-family: Figtree;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  border-radius: 9999px;
  background: #4A1FB8;););););
  display: flex;
  gap: 16px;
  max-width: 400px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:720px){
  .voice_container::after{
    height: 100px;
  }
  .voice_wrap{
    grid-template-columns: 1fr 1fr; 
    column-gap: .5em;
    row-gap: .5em;
  }
  .voice{
    padding: 12px;
  }
}

.loader {
  color: #ddd;
  font-size: 20px;
  margin: 20px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.voice_wrap .novator-alumni-box-img a.novator-alumni-video-icon i.pause-icon.show-pause-icon:hover {
  display: flex;
}
.voice_wrap .novator-alumni-box-img a.novator-alumni-video-icon i.pause-icon.show-pause-icon {
  display: none;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}


@media (max-width:992px){
  .alumni-voices-section {
    padding: 32px 16px 0;
  }
  .alumni-voices-section .hs-top-section {
    margin-bottom: 32px;
    padding-bottom: 0;
    text-align: left;
  }
  .alumni-voices-section .hs-top-section .page-center {
    max-width: 600px;
  }
  .alumni-voices-section .hs-top-section h4.pre-heading {font-size: 14px;font-weight: 600;line-height: 20px;margin: 0;}
  .alumni-voices-section .hs-top-section h2.heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
  }
  .alumni-voices-section .hs-top-section .author-images {
    text-align: center;
  }
  .alumni-voices-section .page-center {
    max-width: 600px;
  }
  .voice_container {
    height: 965px;
  }
  .voice_wrap {
    margin: 0;
  }
  .voice_wrap .custom-column {
    padding: 0;
    width: 100%;
  }
  .voice_wrap .tag {
    text-align: center;
  }
  .alumni-voices-section .hs-bottom-section {
    padding-bottom: 32px;
  }
  .alumni-voices-section .bottom-btn-wrapper {
    padding: 24px 16px;
  }
  .alumni-voices-section .bottom-btn-wrapper a.download-cta {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 24px;
  }
  .voice_wrap .voice.hide-voice-mobile {
    display: none;
  }
}