.section-hero {
  background-color: white;
  text-align: center;
  margin-bottom: 3.6rem;
}

.hero-img-container {
  max-width: 96rem;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}

.hero-img {
  width: 100%;
}

.section-hero a {
  border: none;
}

.main {
  /* background-color: black; */
  margin-bottom: 3.2rem;
}

.subheading {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  /* justify-content: center; */
  justify-content: space-between;
  /* padding: 0 1.2rem; */
}

.subheading_4 {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
  justify-content: space-between;
  /* margin: 0 auto; */
  padding: 0 1.6rem;
}

.grid__4_cols div a img {
  width: 100%;
}

.subheading_3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  margin-bottom: 2rem;
  padding: 0 0.4rem;
  padding-bottom: 0.4rem;
}
