.landscape-section,
.reviews-section,
.review-buttons,
.getquote {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}