.services {
  display: flex;
  /* width: 50%; */
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  /* border: 1px solid green; */
}

.services-div {
  flex: 1;
  margin: 2rem;
  text-align: center;
  min-height: 500px;
  max-height: 800px;
  max-width: 400px;
  box-shadow: 1px 1px 1px var(--color5), 0 0 10px var(--color5),
    0 0 3px var(--color5);
  border-radius: 3px;
}

.services-div h1 {
  padding: 2rem 1rem;
  color: rgba(0, 0, 0, 0.5);
}

.services-div p {
  font-style: italic;
  line-height: 1.75rem;
  padding: 1rem;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.5);
}

.services-div a {
  line-height: 1.2rem;
  font-size: 1rem;
  color: var(--color5);
}

.services-div a:hover {
  font-size: 1.1rem;
  color: var(--colorblack);
}

/* HELP YOU */
.helpyou {
  /* display: flex; */
  width: 100%;
  /* justify-content: center; */
  /* align-items: center; */

  margin: 2rem 0 2rem 0;
}

.helpyou h1 {
  font-size: 2.5rem;
  padding: 1rem;
  text-align: center;
  padding: 1rem 1rem 2.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
}

.helpyou div {
  max-width: 1125px;
  min-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  box-shadow: 0px 15px 10px -15px var(--color5);
}

.helpyou div h2 {
  color: rgba(0, 0, 0, 0.5);
  padding: 2rem 0 1rem 0;
  font-size: 2rem;
  font-style: italic;
}

.helpyou div p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  font-size: 1.1rem;
  tab-size: 6;
}

/* hr {
  border: none;
  height: 2px;
  max-width: 90%;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid var(--color5);
  box-shadow: 0 20px 20px -20px #333;
  margin: -50px auto 10px;
  margin: auto;
} */
