.c-resources--wrapper {
  background-color: #FBFBFB;
  padding: 50px 0;
}

.c-resources--wrapper_inner h2 {
  font-size: 35px;
  line-height: 55px;

}

.c-resources--grid_wrapper {
  margin: 30px auto 50px auto !important;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.c-resources--grid_wrapper a {
  position: relative;
  background-color: white;
  border: 1px solid #DDE1E6;
  padding: 30px 60px 30px 30px;
  color: #21272A;
  font-size: 18px;
  font-weight: bold;
}

.c-resources--grid_wrapper a:hover,
.c-resources--grid_wrapper a:focus {
  color: #a45425;
  border-color: #a45425;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.c-resources--grid_wrapper a i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
  .c-resources--wrapper_inner.container {
    width: 100%;
  }
}

@media (min-width: 691px) { 
  .c-resources--grid_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1170px) {
  .c-resources--grid_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
