.materials-cards {
  padding: 11px 0px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 22.4px;
  grid-row-gap: 18.8px;
}

@media (max-width: 1300px) {
  .materials-cards {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 12px;
  }
}

@media (max-width: 991px) {
  .materials-cards {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 15px;
  }
}

@media (max-width: 767px) {
  .materials-cards {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.materials-cards .card {
  width: 100%;
  border-radius: 8px;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.6875rem;
  color: #ffffff;
  line-height: 53.5px;
  font-weight: bold;
}

.materials-cards .card .card-img {
  width: 174px;
  height: 198.5px;
  margin: 0 auto;
  border-radius: 8px 8px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 480px) {
  .materials-cards .card .card-img {
    width: 117px;
    height: 134px;
  }
}

.materials-cards .card > span {
  width: 100%;
  height: 53.5px;
  border-radius: 0 0 8px 8px;
  background-color: #257774;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}

@media (max-width: 480px) {
  .materials-cards .card > span {
    height: 38px;
    font-size: 1.25rem;
    line-height: 38px;
  }
}
/*# sourceMappingURL=f027.css.map */