.pack-8-about .row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pack-8-about .col{
  flex-basis: 50%;
  padding: 0 12px;
}
.pack-8-about .col-41{
  flex-basis: 41.6666666667%;
  margin-left: 8.3333333333%;
  padding: 0 12px;
}
.pack-8-about .section-caption h2{
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.pack-8-about .section-caption p{
  font-weight: 400;
  line-height: 1.5;
}
.pack-8-about .mb-30{
  margin-bottom: 30px;
}
.pack-8-about .about-caption a{
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.pack-8-about .about-caption a:hover{
  letter-spacing: 1px;
}
.pack-8-about .about-caption a:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -7px;
}
@media all and (max-width:1199px){
  .pack-8-about .col-41{
    margin-left: 0;
  }
  .pack-8-about .section-caption h2{
    font-size: 36px;
    font-weight: 900;
  }
}
@media all and (max-width: 991px){
  .pack-8-about .row {
    justify-content: center;
  }
  .pack-8-about .col{
    flex-basis: 75%;
  }
  .pack-8-about .col-41{
    flex-basis: 74%;
  }
  .pack-8-about .about-caption{
    padding-top: 50px;
  }
  .pack-8-about .section-caption h2{
    font-size: 43px;
  }
}
@media all and (max-width: 768px){
  .pack-8-about .col{
    flex-basis: 100%;
  }
  .pack-8-about .section-caption h2{
    font-size: 31px;
  }
  .pack-8-about .col-41{
    flex-basis: 80%;
  }
}
@media all and (max-width: 576px){
  .pack-8-about .col-41{
    flex-basis: 100%;
  }
  .pack-8-about .section-caption h2{
    font-size: 24px;
  }
}