.mgc-section {
  background-image: linear-gradient(transparent, #f3f5f9, transparent);
}

.mgc-section .section-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  background-color: white;
  box-shadow: 0 0 1.15rem 0.15rem gainsboro;
}

.article-wrapper {
  margin-bottom: 6rem;
}

.mgc-section .share {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #3fae2a;
}

.mgc-section .share .key,
.mgc-section .share .social:not(:last-child) {
  margin-inline-end: 1rem;
}

/* Tablet size */
@media (max-width: 991px) {
  .breadcrumbs {
    padding: 0 3rem;
  }

  .mgc-section .section-wrapper {
    padding: 3rem;
  }

  .article-wrapper .article-date {
    font-size: 1.1rem;
  }

  .article-wrapper .views-tags-row {
    font-size: 1rem;
  }
}

/* Phone size */
@media (max-width: 510px) {
}
