.careers-details {
  padding-bottom: 60px;
}
.call-to-action::after {
  display: none;
}
.bottom-details p {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Inter';
  color: rgba(78,80,102,1);
  padding-right: 0;
}
.bottom-details p strong {
  margin: 30px 0 0;
  font-weight: 600;
  max-width: 1255px;
  padding: 0;
  display: inline-flex;
  font-size: 30px;
  line-height: 40px;
  color: #05093B;
}
.careers-details .top-details {
  padding-top: 0;
  padding-bottom: 30px;
}

/* Call To Action CSS */
.call-to-action {
  padding: 85px 0;
  margin-bottom: 120px;
  background: rgba(0, 7, 44, 1);
}

.call-to-action .text-xl {
  font-size: 30px !important;
  margin-bottom: 0;
}

/* Testimonials CSS */
.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  box-sizing: border-box;
}

.testimonials {
  padding: 0 0 150px;
}
.testimonial-box {
  display: block;
}
span.ellipsis{
  margin : 0;
  display: contents;
}
.page-id-4744 .bottom-details p strong {
	margin: 0 0 10px;
}


/* Responsive CSS */
@media screen and (max-width: 1499px) {
  .careers-details .col-md-12 {
    margin-top: 30px;
  }
  .call-to-action {
    padding: 60px 0;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1299px) {
  .bottom-details p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .call-to-action {
    padding: 40px 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .call-to-action {
    margin-bottom: 50px;
  }
  .call-to-action .text-xl {
    font-size: 24px !important;
  }
}


@media screen and (max-width: 767px) {
  
  .call-to-action .text-xl {
    font-size: 22px !important;
  }
  .bottom-details p strong {
    margin: 0;
    font-size: 21px;
  line-height: 31px;
  }
  .checklist ul li::before { 
    top: 7px;
  }
  .careers-details img {
    margin-top: 0;
  }
  .careers-details {
  padding-bottom: 40px;
}
}

@media screen and (max-width: 479px) {
.bottom-details p {
    font-size: 16px;
    line-height: 28px;
  }
}


