.top-image-area .image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

/* Image 1 */
.image-1 {
  height: 630px;
}

/* Image 2 */
.image-2 {
  height: 300px;
}

/* Image 3 & 4 */
.image-3,
.image-4 {
  height: 300px;
}

/*reponsive on moblile device */
.top-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

