.trip-section {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}
.trip-content{
    margin-left: 100px;
}

.trip-content h1 {
  color: #0d5ea5;
  font-size: 30px;
  margin-bottom: 12px;
}

.trip-content p {
  font-size: 15px;
}

.trip-image img {
width: 350px;
height: 350px;
  border-radius: 8px;
  margin-right: 50px;
}


.tour-info {
  max-width: 1100px;
  margin: auto;
  padding: 0 16px;
  font-family: Arial, sans-serif;
}
.tour-info h1{
  margin-top: 20px;
  margin-bottom: -10px;
}

.section-title {
  background: #145c9e;
  color: #fff;
  padding: 12px 18px;
  margin: 25px 0 10px;
  font-size: 22px;
}

.plain-list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.plain-list li {
  margin: 5px 0;
  line-height: 1.5;
}

.section-title2 {
  background: red;
  color: #fff;
  padding: 10px 15px;
  margin: 25px 0 10px;
  font-size: 19px;
}



.greeting {
  text-align: center;
  font-family: Arial, sans-serif;
  padding: 50px 20px;
}

.greeting .line1 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.greeting .line2 {
  font-size: 28px;
  font-weight: bold;
  color: #1565c0;
  margin-bottom: 15px;
}

.greeting .line3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}


