body {
  background-color: #f4f4f4;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  width: 1200px;
  margin: 10px auto;
  padding: 30px;
  background-color: #ffffff;
  gap: 20px;
}

.item1 {
  background-color: #f5f3ef;
  padding: 20px;
  flex: 1;
}

.item2 {
  background-color: #e9e6df;
  padding: 20px;
  flex: 1;
  text-align: center;

}
h1 {
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 28px;
}

h2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #6b6b6b;
  margin-top: 0;
  margin-bottom: 30px;
}

.item2 h2 {
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #3f3f3f;
  margin-top: 0;
  margin-bottom: 24px;
}
p {
  line-height: 1.6;
  margin-bottom: 16px;
}

ul {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 25px;
}

li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.item2 img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  border: 3px solid #b44444; 
  border-radius: 3px;     
}

a {
  color: #7b4fa3;
  text-decoration: none;
}

a:hover {
  color: #4a2c66;
}