.Dpu_alumni_sec{
    background-image: url(/assets/edtech_assets/images/thank_you/bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0px;
    margin-bottom: 30px;
}


.Dpu_alumni_sec .commontitle {
    font-weight: bold;
    font-size: 40px;
    line-height: 55px;
    color: #ad314d;
}

.Dpu_alumni_sec .commonsubtitle {
    font-weight: normal;
    font-size: 21px;
    text-align: center;
    color: #000;
}



.Dpu_alumni_sec .banner {
    width: 100%;
    height: auto;
    border-radius: 11px;
}


.Our_reels {
  margin: 50px 0;
}

.Our_reels .reels_title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.Our_reels .reels_slider {
  padding: 10px 0;
}

.Our_reels .reel_card {
  position: relative;
  display: block;
  aspect-ratio: 1/1.5;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 400px;
}

.Our_reels .reel_card:hover {
  transform: translateY(-6px);
}

.Our_reels .reel_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Our_reels .reel_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .Our_reels .reel_overlay span {
  font-size: 48px;
  color: #fff;
  opacity: 0.9;
} */


@media (min-width: 0px) and (max-width: 767.98px) {
    .Dpu_alumni_sec .commontitle {
        font-size: 25px;
        line-height: 40px;
    }
    .Dpu_alumni_sec .commonsubtitle {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
       .Dpu_alumni_sec .commontitle {
        font-size: 30px;
        line-height: 40px;
    }
   .Dpu_alumni_sec .commonsubtitle {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

@media (min-width:0px) and (max-width: 991px) {
  .Our_reels .reel_card {
    height: unset;
  }

  .Our_reels {
  margin: 20px 0;
}
}

@media (min-width:992px) and (max-width: 1199px) {
  .Our_reels .reel_card {
    height: 300px;
  }
}