/*
* Two image with program details
*/
.about-us-section .about-us-wrap .block-title {
  font-size: 40px;
  margin-bottom: 20px;
}

.about-us-section .about-us-wrap p {
  margin-bottom: 30px;
}

/*
* State and city slider block
*/
.state-and-city-slider-wrapper .image-block-content h5 {
  text-align: center;
  margin: 15px 0;
  color: var(--black);
  font-size: 16px;
  letter-spacing: -.5px
}

.state-and-city-slider-wrapper .image-block-img-wrap img {
  height: 159px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  object-position: center
}

/*
* Video Card Block
*/
.video-card.slider-item {
  max-width: 25%;
}

.video-card video, .video-card iframe, .media-card img, .media-card video, .media-card iframe {
  border-radius: 20px;
  height: 450px;
  object-fit: cover;
}

.media-card-content {
  border-radius: 10px;
}

.media-card-content .btn {
  color: var(--white) !important;
}


@media (max-width: 767px) {
  .video-cards-slider-wrapper .slick-dots {
    display: block !important;
  }

  .media-card-content {
    margin: 20px 10px !important;
    width: calc(100% - 20px) !important;
  }

  .media-card img {
    height: 300px;
  }

  .media-card video, .media-card iframe {
    height: 300px;
    width: 100%;
  }
}
