section.gray {
  background-color: #fff;
  padding-bottom: 10px;
}
section.gray .main-card {
  background-color: #f7f7f7;
  border-radius: 2.6rem;
  padding: 10px;
  text-align: left;
  max-width: 100%;
}
section.gray .main-card h2 {
  text-align: center;
}

section.gray .main-card h3 {
  font-size: 1.1rem;
  padding: unset;
  margin-bottom: 10px !important;
  line-height: unset;
  font-family: unset;
}
section.gray .main-card h2 + p {
  font-size: 1rem;
  padding: unset;
  margin-bottom: 10px !important;
  line-height: unset;
  font-family: unset;
}
section.gray .main-card li {
  background-color: unset;
  color: #000;
}
section.gray .main-card a {
  margin: 0;
  border: unset;
  font-weight: bold;
}
section.gray .main-card a:hover {
  color: #ffa600;
  transition: unset;
  background: unset;
  cursor: pointer;
}
p a:hover {
  color: #ffa600 !important;
}
section.gray .main-card a {
  font-size: 1rem;
  padding: unset;
  margin-bottom: 10px !important;
  line-height: unset;
  font-family: unset;
  display: inline;
}

section.gray .main-card figure {
  margin: auto;
}

@media (min-width: 900px) {
  section.gray .main-card {
    padding: 50px;
    width: 60%;
  }
}
