/*
Theme Name: MCD Parents
Theme URI: https://codechameleon.com/
Author: High Quality Tech
Version: 1.0.0
Text Domain: mcd-parents
*/

.program-section.mcd-program-cards {
  overflow: visible;
  padding-top: 150px;
}

.program-section.mcd-cards-section {
  overflow: visible;
  padding-top: 120px;
  padding-bottom: 150px;
}

.program-section.mcd-cards-section .container {
  position: relative;
  z-index: 2;
}

.program-section.mcd-cards-section .row {
  row-gap: 70px;
}

.program-section.mcd-cards-section .program-box-items {
  aspect-ratio: 371 / 458;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: flex-start;
  margin-bottom: 55px;
  margin-top: 35px;
  width: 100%;
}

.program-section.mcd-cards-section .program-bg {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.program-section.mcd-cards-section .program-image {
  flex: 0 0 auto;
}

.program-section.mcd-cards-section .program-content {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}

.program-section.mcd-cards-section .program-content h4 {
  color: var(--white);
}

.program-section.mcd-cards-section .program-content p {
  max-width: 280px;
}

.program-section.mcd-cards-section .program-content.style-2 h4 {
  color: var(--header);
}

@media (max-width: 991px) {
  .program-section.mcd-cards-section {
    padding-bottom: 120px;
  }
}

.program-section.mcd-program-cards .container {
  position: relative;
  z-index: 2;
}

.program-section.mcd-program-cards .row {
  row-gap: 60px;
}

.program-section.mcd-program-cards .program-box-items {
  margin-bottom: 55px;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .program-section.mcd-program-cards {
    padding-top: 120px;
  }
}
