
.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 {
  width: 50%;
  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 .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: #4983c4;
  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: #2f69aa;
}

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

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

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