.section-4 {
  margin-top: 50px;
  padding-left: 18%;
  padding-right: 18%;
}
.section-4 .box-travel {
  display: flex;
  gap: 20px;
}
.section-4 .box-travel .item {
  transition: 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: 21%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.section-4 .box-travel .item .image {
  height: 130px;
}
.section-4 .box-travel .item .image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-4 .box-travel .item h3 {
  text-align: center;
}
.section-4 .box-travel .item:hover {
  transition: 0.3s ease;
  transform: translateY(-5px);
}

/*# sourceMappingURL=section-4.css.map */
