img {
  margin-top: 70px;
  display: block;
  width: 700px;
  height: 350px;

  border-radius: 25px;
  border: 1px solid grey;

  margin-left: auto;
  margin-right: auto;
}

.hero h1 {
  margin-top: 50px;
  text-align: center;
  font-family: "Elms Sans", sans-serif;

  font-size: 40px;
}

.hero p {
  text-align: center;
  font-family: "Elms Sans", sans-serif;
  font-size: 25px;
}

body {
  background: #f7fbf9;
}

.what-medhelp-does {
  margin-top: 150px;
  font-family: "Elms Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.what-medhelp-does header {
  font-size: 35px;
  color: #0f5238;
  font-weight: bold;
}

.why-it-exists {
  margin-top: 150px;
  font-family: "Elms Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.why-it-exists header {
  font-size: 35px;
  color: #0f5238;
  font-weight: bold;
}

.material-symbols-outlined {
  font-size: 15px;
  color: #0f5238;
}

.how-it-helps {
  margin-top: 150px;
  font-family: "Elms Sans", sans-serif;
  font-size: 25px;
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.how-it-helps header {
  font-size: 35px;
  color: #0f5238;
  font-weight: bold;
}

.info {
  margin-top: 150px;
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-family: "Elms Sans", sans-serif;
  background: #ebf3ee;
  max-width: 700px;
  border-radius: 25px;
  border: 1px solid #0f524a;
  margin-left: auto;
  margin-right: auto;
}

footer {
  margin-top: 150px;
  justify-content: center;
  display: flex;
  font-family: "Elms Sans", sans-serif;
  gap: 1000px;
}
