.content-within-boxes{
  padding:70px 0;
  background-color: #f7f7f7;
}
.content-within-boxes .span6{
  display:flex;
  height: 350px;
  align-items: flex-end;
}
.content-within-boxes .span6 h2{
  font-weight: bold;
  font-style: normal;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0px;
  margin: 0 0 10px;
}
.content-within-boxes .span6 p{
  color: #fff;
  margin: 0;
}
.content-within-boxes section{
  padding: 22px 20px;
  transition: .3s;
  background-color: rgba(39, 45, 51, 0.6);
}
.content-within-boxes .row-fluid{
  gap: 23px;
}
@media (max-width: 767px){
  .content-within-boxes{
    padding:40px 0 !important;
  }
  .content-within-boxes .span6 h2{
    font-size: 18px !important;
}