.carousel_container {
  position: relative;
  overflow: hidden;
    width: 75%;
height: 400px;
        top: 195px;
    left: -115px;
}
.carousel_bg {
    width: 35%;
}
.img-and-carousel{
display: flex;
}
#prevButton,
  #nextButton {
    cursor: pointer;
  }
#prevButton:hover path,
#nextButton:hover path{
  fill:#40B8FF;
}
  .slider_section {
    display: flex;
    position: absolute;
  left: 510px;
    top: 600px;
    align-items: center;
justify-content: space-between;
  }
.slider_section {
    width: 40%;
}
  .slider {
		
    display: flex;
    align-items: center;
    height: 2px;
    background-color: #fff;
    width: 100%;
  }
.slider_section svg {
    display: flex;
    align-content: flex-start;
}
  .prev,
  .next {
    margin: 10px;
  }
  .highlight.active {
    background-color: #00C2FF;
    width: 20%;
    height: 10px;
    transition: width 0.3s ease-in-out;
    border-radius: 2px;
  }
.carousel_card .card_head {
font-family: 'freightsans_probook',sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 350;
line-height: 110%; /* 35.2px */
letter-spacing: -0.352px;
top: 120px;
    position: absolute;
    padding-left: 30px;
    padding-right: 20px;
  color:#001F5A;
}
.card_desc p {
padding-right:25px;
    padding-left:30px;
    top: 200px;
    position: absolute;
font-family: 'freightsans_probook',sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 350;
line-height: 129.3%; /* 23.274px */
}
.carousel_card {
    width: 300px;
    height: 417px;
    position: relative;
    background-color: white;
}
.carousel_card img {
    position: absolute;
    top: 30px;
    left: 30px;
}
.carousel_cards {
    height: 426px;
    position: absolute;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 31px;
    display: inline-flex;
}
.carausel-bg-img {
    width: 490px;
    height: 680px;
    left: 0px;
    top: 0px;
    position: absolute;
}
.carousel_head {
    width: 572px;
    left: 515px;
    top: -45px;
    position: absolute;
}
.carousel_head h2{
    color: #FFF;
font-size: 48px;
font-style: normal;
font-weight: 350;
line-height:50px;
letter-spacing: -0.528px;
      width: 350px;
  font-family: 'freightsans_probook',sans-serif;
}
.carousel_subhead1 {
    width: 225px;
    height: 26px;
    left: 515px;
    top: 120px;
    text-decoration: none;
    position: absolute;
    color: white;
    font-size: 18px;
 font-family: 'freightsans_probook',sans-serif;
    font-weight: 600;
    line-height: 21.60px;
    word-wrap: break-word;
}
.carousel_subhead1 a {
		letter-spacing: 1px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    color:#fff;
          border-bottom: 2px solid;
  padding-bottom: 4px;
}
.carousel_subhead1 a:hover{
   text-decoration: none;
}
.CardSlider {
    width: 1442px;
    position: relative;
  margin: 0px auto;
}
.carousel-bg {
    width: 490px;
    height: 680px;
    left: 0px;
    top: 198px;
    position: absolute;
}
.blue_bg {
    background-color: #001f5a;
}
@media screen and (max-width: 820px) {
  
.CardSlider {
    width: 100%;
    display: flex;
    flex-direction: column;
}
  .carousel_bg {
    width: 100%;
}
.carousel_head {
    width: 90%;
    margin: 0px auto;
    position: relative;
    top: 50px;
    left: 20px;
    font-size: 28px;
  margin-bottom: 30px;
}
.carousel_subhead1 {
    width: 90%;
    position: relative;
    top: 30px;
    left: 20px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.slider_section {
    position: relative;
    left: 0px;
    top: -180px;
    width: 90%;
    margin: 30px auto;
}
.carousel-bg-img img {
    width: 100%;
}
.carousel-bg-img {
    width: 100%;
}
  .carousel_cards {
    gap: 15px;
}	
.carousel_head h2 {
    font-size: 30px;
  width: 80%;
  line-height: 31px;
}
.carousel_card {
    display: block;
    width: 305px;
height: 370px;
}
.card_desc p {
    font-size: 16px;
top: 200px;
}
.img-and-carousel {
    flex-direction: column;
}
.carousel_container {
    left: 40px;
    top: -150px;
  	width: 90%;
}
  
.carousel_subhead1 a {
    padding: 15px;
    background: #ffffff;
    color: #001f5a;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
  letter-spacing: 0px;
      border-bottom: unset;
}
.carousel_subhead1 a.cta:hover{
    background: #40B8FF;
    color:#001f5a;    
}
  
}
@media (min-width: 1881px){
  .carousel_card{
        width: 358px;
    height: 417px;
  }
}
@media screen and (min-width: 821px) and (max-width: 1023px){
	.hero-banner-text.section-wrapper{
		    height: 1100px;
	}
	.slider_section{
		top: 620px;
    left: 115px;
	}
	.carousel_head,.carousel_subhead1 {
		left: 375px;
	}
	div#lottie-container{
		top: 420px;
    left: 80px;
	}
}