.user-icon {
  width: 1rem;
  margin-bottom: 0.2rem;
}

.register-btn {
  border-radius: 50px;
  padding: 0.4rem 1.4rem;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: none;
}

.overview-para {
  text-align: justify;
}

.overview {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: 2rem auto;
}

.youtube-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: red;
  z-index: 2;
}

.youtube-btn > .fa-youtube {
  font-size: 2.5rem;
}

.youtube-white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1.5rem;
  width: 1.5rem;
  background: #fff;
}

.text-section,
.video-section {
  width: 50%;
}

.diploma-programs-heading{
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}

.diploma-program-card {
  max-width: 36%;
}

.diploma-programs-section{
  padding-bottom: 3.5rem;
}

.register-blue-btn {
  background: var(--gradient-bg);
  border-radius: 50px;
  padding: 0.4rem 1.4rem;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: none;
  color: #fff;
}



.register-blue-section{
  padding-top: 3.6rem;
  margin-bottom: 4.12rem;
}

.requirement-card{
  padding-block: 1rem;
}
.requirement-card .our-services-icon {
    background-color: var(--primary-color);
    padding: 1.125rem;
    border-radius: 50%;
}
.splide__pagination {
 bottom:-2.355rem  !important;
}

.condition-heading{
  padding-top: 4rem;
  padding-bottom: 2.6rem;
}

@media (max-width: 991.88px) {
  .overview {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .text-section,
  .video-section {
    width: 100%;
  }
  .diploma-program-card {
    max-width: 100%;
  }
}
