.tourists-attractions {
  padding: 90px 0 0;
}
.tourists-attractions .owl-carousel .owl-dots {
  display: block !important;
  margin-top: 30px !important;
}
.tourists-attractions h2 {
  font-family: "Rufina", serif;
  color: #000;
  margin: 0;
  font-size: 40px;
  text-align: center;
}
.tourists-attractions p {
  font-family: "Montserrat";
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 30px;
}

.two-col-posts {
  padding: 90px 0;
}
.two-col-posts .row {
  align-items: center;
}

.two-col-posts h2 {
  font-family: "Rufina", serif;
  color: #000;
  margin: 0;
  font-size: 40px;
}

.two-col-posts p {
  font-family: "Montserrat";
  color: #000;
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 30px;
}

.culture-arts {
  background-image: url("https://lguquirino.online/wp-content/themes/quirinotourism/assets/img/culture-arts-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.culture-arts .row {
  padding: 150px 100px 150px;
}
.culture-arts .culture-arts-cols {
  padding: 0;
}

.culture-arts h2 {
  font-family: "Rufina", serif;
  color: #fff;
  margin: 0;
  font-size: 40px;
}

.culture-arts p {
  font-family: "Montserrat";
  color: #fff;
  margin: 20px 0 40px;
  font-size: 16px;
  line-height: 30px;
}

.food-accomodation {
  padding: 90px 0 0;
}
.food-accomodation .row {
  align-items: center;
}

.food-accomodation h2 {
  font-family: "Rufina", serif;
  color: #000;
  margin: 0;
  font-size: 40px;
}

.food-accomodation p {
  font-family: "Montserrat";
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}
.image-hover-parent {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.image-hover-parent:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.overlay-text p {
  color: #fff;
  font-family: "Rufina", serif;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.overlay-text {
  font-size: 20px;
  position: absolute;
  bottom: 15%;
  left: 15%;
  -webkit-transform: translate(-15%, -15%);
  -ms-transform: translate(-15%, -15%);
  transform: translate(-15%, -15%);
  text-align: center;
}

.how-to-get-here {
  padding: 90px 0;
  text-align: center;
  background-color: #fafafa;
}

.how-to-get-here h2 {
  font-family: "Rufina", serif;
  color: #000;
  margin: 0 0 20px;
  font-size: 40px;
}

.explore-with-us {
  background-image: url("https://lguquirino.online/wp-content/themes/quirinotourism/assets/img/explore-with-us-new.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.explore-with-us h2 {
  font-family: "Rufina", serif;
  color: #fff;
  margin: 0;
  font-size: 40px;
}

.explore-with-us p {
  font-family: "Montserrat";
  color: #fff;
  margin: 20px 0 40px;
  line-height: 30px;
  font-size: 16px;
}

.explore-with-us .content {
  display: flex;
  font-family: "Montserrat";
  flex-direction: column;
  align-items: center;
  margin: 0 150px;
  text-align: center;
  justify-content: center;
  height: 100%;
  padding: 300px 0;
  color: #fff;
}