.school-collection-slider {
  padding-inline: 0;
  margin-block: 0 !important;
}

.collection-image-wrapper {
    background-color: #FAF8F8;
    height: 288px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.collection-image-wrapper > img {
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
  }

.collection-text-wrapper {
    text-align: center;
  }

.collection-text-wrapper p {
    font-size: 20px;
    font-weight: 600;
  }

.parent-collection-cta {
    text-align: center;
    margin-top: 20px;

  }

.parent-collection-cta a {
    text-decoration: none;
  }

.parent-collection-cta a button {
    width: 160px;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background-color: #05A886;
    color: #FFF;
    text-align: center;
    cursor: pointer;
  }
  .parent-collection-cta a button:hover {
    background-color: #04af9a !important;

  }

#school-slider-collection li > .school_link {
    mix-blend-mode: multiply;
}

/* style section header */

.parent-section-header {
    padding: 2rem 0;
}

.parent-section-header h2 {
    font-size: 30px;
    font-weight: 600;
    color: #343434;
}

.parent-section-content {
    display: flex;
    align-items: center;
}

.parent-section-left {
    width: 80%;
}

.parent-section-left p {
    width: 90%;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-light-gray);
}

.parent-section-right {
    width: 20%;
    display: flex;
    justify-content: end;
}

.parent-section-right .golf-btn {
  height: 50px !important;
  line-height: 1 !important;
}

@media (max-width: 867px) {
    /* Mobile adjustments */
    .parent-section-content {
      flex-direction: column;
    }

    .parent-section-header {
      text-align: center;
    }

    .parent-section-header h2 {
      font-size: 25px;
      font-weight: 600;
    }

    .parent-section-left {
      width: 100%;
      margin: 1rem 0;
    }

    .parent-section-left p {
      width: 100%;
      font-size: 12px;
      font-weight: 400;
    }

    .parent-section-right {
      width: 100%;
    }

    .parent-section-right > .golf-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      width: 123px !important;
      height: 39px !important;
      line-height: 1 !important;
      font-size: 14px;
    }
    .school_link .collection-image-wrapper {
      width: 247px !important;
    }
}