
.card-section {
  margin: 30px -15px;
  font-size: 0;
  text-align: center;
}
.resourcesTitle {
  font-size: 30px;
  text-align: center;
  line-height: 40px; 
  letter-spacing: -0.015em;
  margin: 0 0 32px 0;
}
.card-section .card_wrapper {
  padding: 0 15px;
  display: inline-block;
  margin: 0 0 20px;
  font-family: 'Open Sans', Helvetca, Arial, sans-serif;
  font-size: 13px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
}

.card_section_wrpr .card-section .span6{
  width: 50%;
  float:none;
  margin-left:0;
}

.card-section .card_wrapper .box-colored {
  line-height: 24px;
  padding: 41px 30px;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.card-section .card_wrapper .box-colored h2 {
  margin-bottom: 13px;
  margin-top: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.01em;
}

.card-section .card_wrapper .box-colored a.btn {
  height: 46px;
  line-height: 46px;
  font-weight: bold;
  padding: 0 21px;
  box-shadow: 0 2px 0 0 rgb(0 0 0 / 8%);
  text-transform: uppercase;
  color: #fff;
  background: #7f4b5d;
  display: inline-block;
  border-radius: 2px;
  margin-right: 7px;
  transition: all 0.15s ease-out 0s;
  text-decoration: none;
  font-size: 14px;
}

.card-section .card_wrapper .box-colored a.btn:hover {
  background: #7f4b5d;
}

.card_section_wrpr h2{
  margin: 0 0 18px 0;
  padding: 0;
  color: #333;
  font: normal 29px 'Open Sans', Helvetca, Arial, sans-serif;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.01em;
}

.card_section_wrpr h1{
  margin: 0 0 20px 0;
  padding: 0;
  color: #333;
  font: normal 34px 'Open Sans', Helvetca, Arial, sans-serif;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.015em;
  font-size: 30px;
  text-align: center;
}

.card_section_wrpr hr.gap {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid transparent;
}


@media(max-width:940px){
  .card-section .card_wrapper{
    padding: 0 10px;
  }

  .card-section{
    margin: 30px -10px;
  }
}

@media(max-width:767px){
  .card-section .card_wrapper{
    width:100% !important;
  }
}