#section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  height: fit-content;
  margin-top: 60px;
  padding: 40px;
}
#section1 img {
  width: 40%;
}
#s1-d {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
#s1-d h2 {
  color: #000;
  font-family: "Readex Pro", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#s1-d h3 {
  color: #000;
  font-family: "Readex Pro", sans-serif;
  font-size: 24x;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 60px;
  width: 100%;
  align-self: center;
}
#section2 p {
    width: 80%;
  color: #000;
  text-align: justify;
  font-family: "Readex Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 800px) {
    #section1{
      flex-direction: column;
    }
    #section1 img{
        width: 80%;
    }
    #s1-d{
        align-items: center;
    }
  }