.program-contact-section {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #bfda38;
  padding: 0 0 0 85px;
}
.program-contact-section h4 {
  font-family: Outfit;
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  text-align: left;
  color: #000;
  margin: 40px 0 20px;
  padding: 0;
}
.program-contact-section p {
  font-family: Outfit;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  color: #000;
  padding: 0;
  margin: 0 0 20px;
}
.program-contact-section a {
  font-family: Outfit;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: rgba(0,0,0,0.7);
  text-decoration: none;
  transition: all 300ms ease-out 0s;
  padding: 0 0 8px 32px;
  position: relative;
}
.program-contact-section a:hover{
  color: #cce83c;
}
.program-contact-section a:before{
  position: absolute;
  content: '';
  top:5px;
  left:0;
  width: 20px;
  height: 20px;
  background: url('/template/5afd35f6/images/program-phn-icon.svg') no-repeat;
}
.program-contact-section a.email:before{
  background: url('/template/5afd35f6/images/program-email-icon.svg') no-repeat;
}
