main h1 {
  font-size: 4rem;
  margin-top: 8rem;
}

main h3 {
  font-size: 2rem;
}

main .image {
  width: 50%;
  margin: 3rem auto;
}

main .image img{
  width: 100%;
}

main h2 {
  font-size: 3rem;
  text-align: center;
}

main .who-we-are img {
  width: 100%;
  margin: 3rem auto;
  opacity: 100%;
}

main .who-we-are h2 {
  margin-top: 10rem;
}

main p  {
  font-size: 1.6rem;
  margin: 6rem 0;
}

main h4 {
  font-size: 2rem;
  text-align: center;
  margin: 6rem 0;
}

main h4 a {
  color: black;
  text-decoration: 1px underline var(--dark-blue);
  text-shadow: 0px 0px 50px var(--dark-blue);
  transition: ease 0.3s;
}

.services h4 {
  font-size: 3rem;
  text-align: left;
}


.services li {
  font-weight: normal;
}

.services li p, .services li {
  font-size: 1.6rem;
  margin: 0;
}

.np {
  text-align: center;
}

.services a {
  text-decoration: none;
  border-bottom: 1px solid var(--dark-blue);
  font-weight: 500;
  color: black;
  text-align: center;
}


@media screen and (min-width: 850px) {
  .introduction {
    display: flex; flex-direction: row; justify-content: space-between; align-items: center;
    column-gap: 2rem;
  }

  .introduction .image {
    margin: 10rem auto;

  }

  .introduction h1 {
    font-size: 6rem;
  }

  .introduction h3 {
    font-size: 3rem;
  }

  .who-we-are {
    display: flex;
    flex-direction: column;
  }

  .who-we-are p {
    font-size: 2rem;
  }

  main h2 {
  font-size: 6rem;
  text-align: center;
}

  .who-we-are .ve {
    width: 60%;
    margin: 0 auto;
  }

  .vision-execution {
    width: 10rem;
  }
}
