.box-container {
  border-radius: 0 0 80px 80px; /* Adjust 80px to control the curve */
  overflow: hidden; /* Keep content inside the curve */
}


