/* =========================================================
   Link follow / pre-bottom module section
   New module position: link-follow
   Intended for two or more modules above the bottom section.
   ========================================================= */

.by-link-follow-section {
  background: #f7f7f7;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 2.25rem 0;
}

.by-link-follow-section .container-inner {
  max-width: 100%;
}

.by-link-follow-section .row {
  row-gap: 1.5rem;
}

.by-link-follow-section .moduletable,
.by-link-follow-section .mod-module,
.by-link-follow-section .module {
  margin-bottom: 0;
}

.by-link-follow-section .module-title,
.by-link-follow-section h3,
.by-link-follow-section h4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .by-link-follow-section {
    padding: 2.75rem 0;
  }
}
