.theme-resources:not(:first-child) {
  margin-top: 2rem;
}
@media (max-width: 575.98px) {
  .theme-resources {
    display: flex;
    flex-direction: column;
  }
}

[data-type="custom/resource-item"] {
  margin: 0 !important;
}

.resource-item {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  text-align: left;
}
@media (max-width: 575.98px) {
  .resource-item {
    order: 4;
    position: static !important;
  }
  .resource-item:nth-child(5) {
    order: 8;
  }
  .resource-item:nth-child(5) ~ .resource-item {
    order: 11;
  }
  .resource-item:nth-child(6) {
    order: 5 !important;
  }
  .resource-item:nth-child(7) {
    order: 6 !important;
  }
}
.resource-item a {
  color: #333333;
  transition: color 0.5s ease;
}
.resource-item a:hover .resource-title {
  color: #f46104;
}
.resource-item .resource-holder {
  padding: 12px;
  background: #FFF;
  display: block;
  padding-bottom: 2rem;
  border: 1px solid #e6e6e7;
}
.resource-item .resource-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0;
  margin-bottom: 0.5rem;
  transition: color 0.5s ease;
}
.resource-item .resource-desc {
  line-height: 1.2;
  font-size: 15px;
}
.resource-item .block-icon {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .resource-item .block-icon + .resource-text {
    padding-left: 40px;
    margin-top: -25px;
  }
}

.resource-image {
  position: relative;
  padding-top: 56%;
}
.resource-image img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=resources.css.map */
