.img {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.img img {
  width: 20%;
  border-radius: 12px;
}

.start-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 5px;
  color: #4b2e2e;
  text-align: center;
  padding: 0 20px;
}

.start-info div {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
}

.start-info h3 {
  color: #d58aae;
  margin-bottom: 10px;
}

.start-info p {
  line-height: 1.7;
}

.hero {
  background-image: url("https://i.imgur.com/UExlZ0F.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.hero h2 {
  color: #8a6969;
  font-size: 36px;
  margin-bottom: 20px;
}

.hero p {
  color: #4b2e2e;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
}

.section {
  padding: 50px 20px;
  text-align: center;
}

.section h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #7a4d4d;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.card {
  background-color: #fff3f3;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card h4 {
  color: #4b2e2e;
  margin-bottom: 10px;
}

.card p {
  color: #333;
  line-height: 1.6;
}
