.program-wrap {
  display: flex;
  align-items: center;
}

.program-wrap .img-section {
  flex-shrink: 0;
  padding-left: 35px;
}

.program-wrap .content-section,
.program-wrap .content-section p {
  font-size: 18px;
  line-height: 28px;
  color: var(--gray);
  margin-bottom: 0;
  font-family: var(--font-secondary);
}

.program-wrap .content-section p:not(:last-child),
.program-wrap .content-section>div:not(:last-child) {
  margin-bottom: 11px;
}

/* .program-wrap .content-section>.read-more-text>p {
  margin-bottom: 10px;
} */

.read-more-text:not(.show-more) {
  display: none;
}

.hide-btn {
  display: none;
}

@media screen and (max-width: 767px) {

  .program-wrap .content-section,
  .program-wrap .content-section p {
    font-size: 16px;
  }
}
