h2 {
  text-align: center;
  color: #35787e;
  margin-top: 5rem;
}

h3 {
  color: #35787e;
}

.initial-text {
  text-align: center;
  margin: auto;
  margin-top: 3rem;
  max-width: 80%;
}

.initial-text h1 {
  color: #35787e;
}

.grid-1 {
  column-gap: 200px;
}

.grid-1 img {
  align-self: center;
  justify-self: center;
  width: 50%;
}

.contact {
  display: flex;
  margin: auto;
  padding: 1rem 10rem;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  border: 1px solid #c2edce;
  background-color: white;
}

.contact > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  /* align-items: space-around; */
  flex-direction: row;
}

/* Universal */
hr {
  border: 1px solid #c2edce;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* .logo {
  font-size: 25px;
}

.active {
  font-size: 23px;
  font-weight: bold;
} */

/* Text horizontal borders */

.hr-lines:before {
  content: " ";
  display: block;
  height: 2px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #c2edce;
}

.hr-lines {
  position: relative;
  /*  new lines  */
  max-width: 400px;
  margin: 50px auto;
  margin-top: 80px;
  text-align: center;
}

.hr-lines:after {
  content: " ";
  height: 2px;
  width: 100px;
  background: #c2edce;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

/* Active anchor */

/* .active {
  position: relative;
  border-top: 50px solid white;
  z-index: 1;
} */

/* Responsiveness, PROCEED WITH CAUTION */

@media screen and (max-width: 1025px) {
  .grid-1 {
    column-gap: 80px;
  }

  .grid-1 img {
    width: 75%;
  }
}

@media screen and (max-width: 769px) {
  .grid-1 img {
    width: 90%;
  }

  .active {
    font-size: 16px;
  }

  /* nav ul li {
    font-size: 16px !important;
  } */

  /* .logo {
    font-size: 20px;
  } */
}

@media screen and (max-width: 426px) {
  .contact {
    padding: 1rem 2rem;
  }

  .contact h2 {
    margin-top: 1rem !important;
  }

  .contact > div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
  }

  .hr-lines:before,
  .hr-lines:after {
    width: 70px;
  }

  .hr-lines {
    max-width: 330px;
  }

  #hr-lines-alt {
    max-width: 300px !important;
  }
}

@media screen and (max-width: 376px) {
  .hr-lines:before,
  .hr-lines:after {
    width: 70px;
  }

  .hr-lines {
    max-width: 350px;
  }

  #hr-lines-alt {
    max-width: 300px !important;
  }
}

@media screen and (max-width: 321px) {
  .hr-lines:before,
  .hr-lines:after {
    width: 50px;
  }

  .hr-lines {
    max-width: 300px;
  }

  #hr-lines-alt {
    max-width: 260px !important;
  }
}
