.program {
  box-shadow: var(--shadow-tiles);
  border-radius: 8px;
  display: flex;
  position: relative;
  margin: 30px 0px 50px 0px;
  min-height: 240PX;
}

.program .right .date {
  display: none !important;
}

.program:hover .left>img {
  transform: translateY(-50%) scale3d(1.03, 1.03, 1.03);
  transition: 0.4s ease;
}

.program:after {
  content: "";
  width: 95%;
  height: 9px;
  position: absolute;
  left: 50%;
  border-radius: 0px 0px 8px 8px;
  transform: translate(-50%);
  z-index: 0;
  background: var(--program);
  bottom: -9px;
}

.program .left {
  position: relative;
  overflow: hidden;
  padding: 41px 30px 25px 36px;
  background: rgb(34, 29, 39);
  flex-basis: 50%;
  border-radius: 8px 0px 0px 8px;
}

.program .left > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.program .left > a img {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: relative;
  height: auto;
}

.program .left:after {
  background-color: rgba(46,47,51,0.50);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
}

.program .left>img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.program .left .leading-box {
  position: absolute;
  z-index: 1;
  bottom: 40px;
}

.program .left span {
  z-index: 1;
  position: relative;
  font-size: 1.5rem;
  font-family: "playfair display";
  display: block;
  color: #fff;
}

.program .left span.label-institution {
  position: relative;
  font-family: Ubuntu;
  font-size: 12px;
}

.program .left span.label-institution a {
  max-width: 200px;
  display: block;
}

.program .left span.label-institution:before {
  content: "";
  background: #fff;
  width: 70px;
  height: 1px;
  position: absolute;
  top: -16px;
  left: 0;
}

.program .right {
  flex-basis: 50%;
  padding: 30px 30px 30px 36px;
  background: #F5F6F6;
  position: relative;
}

.program .right a {
  color: var(--darkGrey);
  font-size: 1.875rem;
  font-family: Merriweather;
  line-height: 2rem;
  padding-right: 70px;
  margin-bottom: 40px;
  display: block;
}

.program .left .date-since {
  display: block;
  color: #e0e0e0;
  font-size: 1rem;
  font-family: "Merriweather";
  margin-bottom: 150px;
}

.program .right .text{
  position: relative;
}

.program .right .text:before {
  content: "";
  background: #A5A5A5;
  width: 70px;
  height: 3px;
  position: absolute;
  top: -16px;
  left: 0;
}

.program .right .text {
  color: var(--darkGrey);
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: Ubuntu;
}

.text p ,
.program .right .text a,
.program .right .text p a,
.program .right .text a p,
.program .right .text p {
  position: relative;
  color: var(--darkGrey);
  font-size: 0.875rem;
  line-height: 1.625rem;
  font-family: Ubuntu;
  display: inline;
  margin: auto;
  padding: initial;
}

.program .right .institution {
  display: flex;
}

.program .left .institution-title a {
  color: #fff;
}

.program-topic {
  top: 17px;
  right: 17px;
}


@media (max-width:768px) {
  .program {
    display: block;
  }

  .program .left {
    border-radius: 8px 8px 0px 0px;
    padding: 31px 30px 155px 36px;
  }

  .program .right a {
    padding-right: 27px;
  }
}


@media (max-width: 576px) {
  .program .right a {
    font-size: 1.4rem;
    padding: 0;
  }

  .program .right {
    padding: 21px 54px 15px 18px;
  }

  .program .left {
    border-radius: 8px 8px 0px 0px;
    padding: 31px 20px 85px 20px;
  }

  .program .left .leading-box {
    bottom: 0px;
  }

  .program .left span,
  .program .right .date {
    font-size: 1.2rem;
  }

  .program .right p {
    display: none;
  }

  .program .right .date {
    margin-bottom: 30px;
  }
}
