.section8 {
  background-color: rgba(216, 213, 213, 0.773);
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.s8_title {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
}

.s8_text1 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
}

.s8_text2 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 45px;
}

.s8_text3 {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: grey;
}
.s8_text_img {
  display: flex;
  justify-content: space-around;
}
.s8_img {
  margin-top: 25px;
  flex: 1;
  width: 100%;
  height: 100%;
  padding-right: 50px;
}

.s8_img img {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.s8_about1 {
  flex:2;
  margin-left: 50px;
  padding-right: 100px;
}

.s8_about2 {
  flex: 1;
  margin-right: 50px;
}

.s8_header {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
  color: grey;
}

.section8 p {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}