.popular_title {
  margin-top: 60px;
}

.popular_title h1 {
  font-weight: 700;
  font-size: 3.4rem;
}

.popular_content_img {
  border-radius: 14px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: transform 0.6s ease;
}

.popular_content_img:hover {
  transform: scale(1.04);
}
/*# sourceMappingURL=section1.css.map */