.resources-banner {
  background-color: #2D3945;
  height: 790px;
}

.customers-banner {
  background-color: #2D3945;
  height: 790px;
}

.customers-banner-img {
 margin-top:81px;
}

.customers-banner-img {
  position: relative;
}

.customers-banner-img img {
  height: 670px;
  object-fit: cover;
  border-radius: 15px;
}

.customers-banner .service-banner-title h1 {
  font-size: 35px;
}

.customers-banner .service-banner-get-started p {
  max-width: 413px;
}

.global-case-study {
  margin-top: 350px;
  text-align: center;
}

.global-case-study > h3 {
  margin-top: 15px;
}

.case-study-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 35px;
}

.case-study-card {
  background-color: #FAFAFA;
  padding: 16px;
  border-radius: 16px;
}

.case-study-card img {
  width: 100%;
}

.case-study-card h4 {
  font-size: 18px;
  color: #2D3945;
  font-weight: 600;
  padding: 16px 0 8px 0;
}

.case-study-card p {
  font-size: 13px;
  font-weight: 500;
  color: #44505C;
}

.case-study-card a {
  background-color: #263238;
  padding: 12px 25px 12px 25px;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-top: 15px;
  transition: 0.3s ease;
}

.case-study-card a:hover {
  background-color: rgba(38, 50, 56, 0.84);
}

@media screen and (max-width: 1200px) {
  .global-case-study {
    margin-top: 550px;
  }
}

@media screen and (max-width: 992px) {
  .case-study-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .customers-banner-img img {
    height: 100%;
  }
}

@media screen and (max-width: 575px) {
  .case-study-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .case-study-card {
    padding: 30px;
  }

  .case-study-card h4 {
    font-size: 16px;
  }

  .case-study-card p {
    font-size: 12px;
    color: rgba(68, 80, 92, 0.7);
  }

  .case-study-card a {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 400px){
  .case-study-card h4 {
    font-size: 20px;
  }

  .case-study-card p {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  .global-case-study {
    margin-top: 350px;
  }
}

@media screen and (max-width: 768px) {
  .global-case-study {
    margin-top: 140px;
  }
}

@media screen and (max-width: 480px) {
  .customers-banner-img > img {
    border-radius: 16px;
    top: 27px;
  }
}

@media screen and (max-width: 384px) {
  .resources-banner h1 {
    font-size: 22px;
  }
}

.testimonials {
  margin-top: 100px;
}

.testimonials h3 {
  margin-top: 15px;
}

.testimonials-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 35px;
}


.testimonials-item {
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  min-height: 178px;
  box-shadow: 0px 2px 16px 0px #0000001F;
}

.testimonials-item .wave-image {
  position: absolute;
  top: 0;
  width: 100%;
}

.testimonials-header-images {
  position: relative;
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.company-logo {
  width: 55px;
  height: 55px;
}

.testimonials-item-user-name {
  font-size: 16px;
  font-weight: 600;
  color: #2D3945;
  margin-top: 10px;
}

.testimonials-item-company-name {
  font-size: 16px;
  color: #44505C;
  margin-top: 5px;
}

.testimonials-item-message {
  font-weight: 500;
  padding: 1rem;
  color: #8A96A2;
  line-height: 22px;
}

.testimonials-cards-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .testimonials-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media screen and (max-width: 768px) {
	.customers-banner-img {
		margin-top:3px;
	}
	.service-banner-title h1 {
		font-size:28px !important;
	}
	.service-banner-title h1 br {
		display:none;
	}
  .testimonials-cards {
    display: none;
  }

  .testimonials-cards-mobile {
    display: block;
    padding: 2rem;
  }

  .swiper-slide {
    height: auto;
    max-width: 360px;
    margin-bottom: 15px;
  }

  .testimonials-item {
    height: 100%;
  }

  .wave-image {
    height: 75px;
  }


  .swiper-pagination-bullet {
    background-color: #2D3945;
  }
	
	.banner-img customers-banner-img {
		margin-top:-37px;
	}	
}

