@charset "utf-8";
.text {
  width: 90%;
  margin-left: 30px;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 30px;
}

 h1 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgb(10, 119, 129);
}

h3 {
  font-size: 20px;
  font-weight: bold;
 padding-top: 20px;
 padding-bottom: 5px;
}

h2 {
  padding-top: 25px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}

h2::after {
  content: '';
  display: block;
  width: 600px;
  height: 3px;
  background-color: rgb(91, 192, 173);
  margin-top: 4px;
  margin-bottom: 10px;
}

.text p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 25px;
}


@media (max-width: 800px) {
  .text {
  width: 85%;
  margin-left: 30px;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

 h1 {
  font-size: 23px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgb(10, 119, 129);
}


h2 {
    padding-top: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }

  h2::after {
    content: '';
    display: block;
    width: 300px;
    height: 3px;
    background-color: rgb(91, 192, 173);
    margin-top: 4px;
    margin-bottom: 10px;
  }

  h3 {
  font-size: 20px;
  font-weight: bold;
 padding-top: 20px;
 padding-bottom: 5px;
}


}