@charset "UTF-8";
/* CSS Document */

.form-position {margin:100px 0 60px 0}


@media (max-width: 991px) {
    
   .form-position {margin:0px 0 30px 0} 
    
}

@media (max-width: 767.98px) {
  .carousel-item {
    height: 450px; /* Adjust height as needed to fit your text */
  }
  .carousel-item img {
    height: 100%;
    object-fit: cover; /* Prevents image stretching */
  }
}