.travelHeroContainer {
  padding: 120px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
  /* background: linear-gradient(var(--background), var(--light)); */
}

.travelHeroHeading {
  width: 80%;
  font-size: 48px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -2px;
  text-align: center;
}

.travelAlbum {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0px 80px 80px 80px;
  /* background-color: var(--light); */
}

.travelClickContainer {
  display: flex;
  width: 40%;
  border: 8px solid var(--light);
  background-color: var(--light);
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: all 0.5s;
}

.travelPhoto {
  width: 100%;
}

.moreInformation {
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 20px;
}
