.article-resources .heading-resources > h5,
.article-resources .heading-resources > h5 > strong {
  margin-bottom: 2rem;
}

@media (width >= 768px) {  
  .article-resources .heading-resources > h5,
  .article-resources .heading-resources > h5 > strong {
    margin-bottom: 1.5rem;
  }
}

@media (width >= 992px) {  
  .article-resources {
    margin-bottom: 0;
  }
  
  .article-resources-wrapper {
    background-color: var(--background-bright-gray);
    border-radius: 0.75rem;
    padding: 1.63rem 1.88rem;
  }
}
