.pack-8-programs-offer .col-title .section-title.ta-l{
  text-align: left;
}
.pack-8-programs-offer .col-title .section-title.ta-r{
  text-align: right;
}
.pack-8-programs-offer .col-title .section-title.ta-c{
  text-align: center;
}
.pack-8-programs-offer .row{
  display: flex;
  flex-wrap: wrap;
}
.pack-8-programs-offer .jusitfy-center {
  justify-content: center;
}
.pack-8-programs-offer .col-title{
  flex: 0 0 auto;
  flex-basis: 66.666666667%;   
}
.pack-8-programs-offer .col-title .section-title{
  margin-bottom: 40px;
}
.pack-8-programs-offer .col-title .section-title h2{
  display: block;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.pack-8-programs-offer .col-title .section-title p{
  font-weight: 400;
  line-height: 1.5;
}
.pack-8-programs-offer .col-50{
  flex-basis: 50%;
  padding: 0 12px;
}
.pack-8-programs-offer .col-50 .single-program{
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  padding: 15px;
  border: 1px solid #d9e2e9;
  margin-bottom: 30px;
}
.pack-8-programs-offer .col-50 .single-program .program-image{
  overflow: hidden;
}
.pack-8-programs-offer .col-50 .single-program .program-image img{
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
  width: 100%;
  transform: scale(1);
}
.pack-8-programs-offer .col-50 .single-program .program-caption{
  padding: 35px 10px 25px 10px;
}
.pack-8-programs-offer .col-50 .program-caption h5 a{
  font-weight: 600;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}
.pack-8-programs-offer .col-50 .program-caption p{
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.pack-8-programs-offer .col-50 .program-caption .btn-class{
  font-weight: 500;
  position: relative;
  display: inline-block;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}
.pack-8-programs-offer .col-50 .program-caption .btn-class:before{
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: -7px;
}
.pack-8-programs-offer .col-50 .single-program:hover .program-image img{
  transform: scale(1.09);
}

@media all and (max-width: 991px){
  .pack-8-programs-offer .col-title .section-title h2{
    font-size: 43px;
  }
  .pack-8-programs-offer .col-title{
    flex-basis: 83%;
  }
}
@media all and (max-width: 767px){
  .pack-8-programs-offer .col-title .section-title h2{
    font-size: 31px;
  }
  .pack-8-programs-offer .col-50{
    flex-basis: 80%;
    margin: 0 auto;
  }
}
@media all and (max-width: 575px){
  .pack-8-programs-offer .col-title .section-title h2{
    font-size: 24px;
  }
  .pack-8-programs-offer .col-title{
    flex-basis: 100%;
  }
  .pack-8-programs-offer .col-50{
    flex-basis: 100%;
  }
}