/* section2 */

.section2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.section2-4 {
  margin-bottom: 32px;
  width: 100%;
  font-size: 18px;
}

.section2-5 {
  display: flex;
}

.section2-5 img {
  width: 100%;
  height: 100%;
}

.section4 {
  margin-top: 32px;
}

.section4 img {
  width: 100%;
}

/* section3 */

.section3,
.section5 {
  display: block;
  width: 100%;
}

.title {
  margin-top: 32px;

}

.title h1 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.title {
  background: rgb(224, 187, 130);
  font-weight: normal;
  border-radius: 4px;
  padding: 8px;
  font-size: 20px;

}