.text-section ._title{
  margin-bottom:2rem;
}
.text-section ._content>h6{
  margin-bottom:1rem;
}
.text-section ._content h6{
  font-weight:300;
}
.text-section ._content strong{
  font-weight:500;
}
.text-section ._cta{
  padding-top:30px;
}
.text-section ._border-bottom{
  border-bottom: 1px solid #585C64;
}
.additional-row ._col{
  padding:10px;
.additional-row ._col p{
  margin-top:10px;
  margin-left:5px;
  margin-right:5px;
}
@media (max-width:767px){
  .text-section ._title{
    margin-bottom:1.5rem;
  }
}