/* Tupelo Resource */

.new-section.resources-section .resources-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
 /*  max-width: 1260px; */
  gap: 20px;
}
.new-section.resources-section .single-resource-item .resource-header {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 12px 16px;
  position: relative;
  padding-bottom: 20px;
}
.new-section.resources-section .single-resource-item .resource-header::after {
  content: "";
  border-top: 6px solid #111111;
  width: 48px;
  position: absolute;
  bottom: -3px;
  left: 8px;
}
.new-section.resources-section .resource-number {
  height: 32px;
  width: 32px;
  background-color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem; 
  font-weight: 700;
  color: #ffffff;
  line-height: 0;
  margin-bottom: 0px;
}
.new-section.resources-section h3.resource-title {
  color: #111111;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0px;
}
.new-section.resources-section .resource-content {
  padding: 24px 16px;
  border-top: 1px solid #cccccc;
}
.new-section.resources-section .section-content p {
  color: #000000;
  font-size: 1rem;
}
.new-section.resources-section .resource-link {
  display: none;
}

.new-section.fixed-links-section .fixed-links{
  max-width: 1260px;
  margin: 0 auto;
}
.page-layout-page-resources .inner-intro.new-section .container{
max-width: 1260px;
  margin: 0 auto;
}
.new-section.resources-section .resources-container .single-resource-item{
  max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
  .new-section.resources-section .single-resource-item .resource-header {
    gap: 12px;
    display: flex;
  }
  .new-section.resources-section h3.resource-title {
    font-size: 1.167rem;
    margin-bottom: 0;
  }
  .new-section.resources-section .single-resource-item .resource-header{
        padding: 6px 12px;
  }
  .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: 32px;
    width: 32px;
    margin-bottom: 0;
  }
  .new-section.resources-section .single-resource-item .resource-header::after{
    width: 32px;
  }
  .new-section.resources-section .resource-content {
    padding: 12px;
  }
}
