body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff5f2;
  colour: #333;
}

.featured-section {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  background-color: #fff5f2;
}

.left-column {
  flex: 1;
  padding: 20px;
}

.left-column h2 {
  font-size: 36px;
  color: #e63946;
}

.left-column p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 500px;
}

.right-column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.right-column img {
  max-width: 100%;
  border: 5px solid #e63946;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
body {
 font-family: Arial, sans-serif;
 background-color: #f5f5f5;
 color: #333;
 text-align: center;
 margin: 40px;
}
h1 {
color: #2a7ae2;
}
p {font-size: 18px;
}
