* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #333;
  line-height: 1.6;
}

.s1 {
  display: flex;
  justify-content: space-evenly;
  padding: 20px 40px;
  font-size: 1.5em;
  gap: 20px;
  margin-top: 30px;
}

.s1 .about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  width: 50%;
  gap: 20px;

  text-align: justify;
}

.s1 .about h3 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: rgb(111, 4, 160);

}

.s1 .about p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.7em;
  color: rgb(24, 21, 25);
}

.s1 .pic img {
  margin-top: 50px;
  width: 100%;
  height: 350px;
  padding-right: 10px;
  margin-right: 50px;
}

.s1 ul li {
  font-size: 0.7em;
}