.hero-carousel {
   font-size: 20px;
   font-weight: 500;
   color: #fff;
   margin-bottom: 10px;
   height: 40px;
   overflow: hidden;
}
.swiper-slide {
   display: flex;
   align-items: center;
   justify-content: start;
}

.swiper {
  width: 600px;
  height: 300px;
}

.contact_box {
    max-width: 400px !important;
}