.resources_wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.resources_wrap > 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;
}

.resources_wrap > 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;
}

.resources_wrap .columns {
  margin: 30px -15px;
  font-size: 0;
  text-align: center;
}

.resources_wrap .columns .col {
  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;
  width: 50%;
  padding: 0 15px;
}

.resources_wrap .box-colored {
  padding: 41px 30px;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 24px;
  background-color: #424d53;
}

.resources_wrap .box-colored h2 {
  font: normal 29px 'Open Sans', Helvetca, Arial, sans-serif;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.01em;
  margin-bottom: 13px;
  margin-top: 24px;
  color: inherit;
}

.resources_wrap .box-colored a {
  border-radius: 2px;
  margin-right: 7px;
  transition: all 0.15s ease-out 0s;
  text-decoration: none;
  border: none;
  font: 14px 'Open Sans', Helvetca, Arial, sans-serif;
  background: #70c14a;
  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;
  display: inline-block;
  color: #fff;
}

.resources_wrap .col-1 .box-colored {
  background-color: #26447d;
}

.resources_wrap .col-2 .box-colored {
  background-color: #424d53;
}
.resources_wrap hr.divider-md {
  width: 50%;
}

@media (max-width: 940px) {
  .resources_wrap .col { 
    padding: 0 10px;  
  }
}
@media (max-width: 940px) {
  .resources_wrap .columns {
    margin: 30px -10px;
  }
  .resources_wrap .columns .col {
    padding: 0 10px; 
  }
}
@media (max-width: 600px) {  
  .resources_wrap .columns .col {
    width: 100%;
  } 
}
@media (max-width: 480px) {
  .resources_wrap .box-colored a {
    margin-bottom: 12px;
  }
}
@media (max-width: 399px) {
  .resources_wrap hr.divider-md {
    width: 100%;
  }
}
