/* Hive Resource */

.new-section.resources-section .resources-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
 /*  max-width: 1352px; */
  gap: 20px;
}
.new-section.resources-section .single-resource-item {
  padding: 24px 16px;
  border: 1px solid #cccccc;
  background: #e0f0ed;
  border-top: 2px solid #194a4d;
}
.new-section.resources-section .resource-number {
  height: 42px;
  width: 42px;
  background-color: #494949;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0;
  margin-bottom: 15px;
}
.new-section.resources-section h3.resource-title {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 10px;
}
.new-section.resources-section .section-content p {
  color: #494949;
  font-size: 1rem;
}
.new-section.resources-section .resource-link {
  display: none;
}
.new-section.fixed-links-section .fixed-links, .page-layout-page-resources .inner-intro.new-section .intro-container{
  max-width: 1352px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .new-section.resources-section .single-resource-item .resource-header {
    gap: 12px;
    display: flex;
    margin-bottom: 10px;
  }
  .new-section.resources-section h3.resource-title {
    font-size: 1.167rem;
    margin-bottom: 0;
  }
  .new-section.resources-section .single-resource-item {
    padding: 16px 12px;
    border: 1px solid #cccccc;
  }
  .new-section.resources-section .resources-container {
    grid-template-columns: 1fr;
  }
  .new-section.resources-section .resources-container {
    gap: 8px;
  }
  .new-section.resources-section .resource-number {
    height: 24px;
    width: 24px;
    margin-bottom: 0;
  }
}
