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

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  max-width: 1000px;
  margin: auto;
  background: #97906d;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.text-section {
  width: 60%;
}

.image-section {
  width: 35%;
  text-align: right;
}

.image-section img {
  max-width: 100%;
  border-radius: 8px;
}