.program-section {
  background: #fff;
  padding: 110px 0;
}

.program-row {
  margin: 0;
}

/* Left image */
.program-image {
  margin: 0;
  padding: 0;
}
.program-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right content */
.program-content {
  padding: 0 100px 0 100px;
  max-width: 100%;
}

.program-title {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 70px;
  color: #111;
}

.program-body p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 1rem;
  color: #333;
}


.program-cta-row {
  margin-top: 20px;
}


.program-logos img {
  height: 90px;
  width: auto;
  margin-left: 10px;
  vertical-align: middle;
}

.custom-button2 {
     display: inline-block;
    color: white;
    background-color: #006838;
    width: 140px;
    height: 46px;
    line-height: 45px;
    text-align: center;
    border-radius: 0px;
    font-size: large;
    margin-top: 20px;
    text-decoration: none;
}
.custom-button2:hover { opacity: .9;
background-color: #cccccc;
color:#006838;
}

/* Responsive */
@media (max-width: 991.98px) {
  .program-section { padding: 60px 0; }
  .program-content { padding: 30px 16px 0 16px; }
  .program-title { font-size: 40px; margin-bottom: 30px; }
  .program-logos img { height: 64px; }
}

@media (max-width: 575.98px) {
  .program-title { font-size: 32px; }
  .program-logos img { height: 52px; }
}
