.service-banner {
  width: 100%;
  min-height: 800px;
}

.service-banner-items {
  padding-top: 138px;
}

.service-banner-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-banner-title {
  display: flex;
  align-items: center;
}

.service-banner-title img {
  width: 72px;
  margin-right: 30px;
}

.service-banner-title h1 {
  font-size: 45px;
  color: white;
  font-weight: 500;
  line-height: 65px;
}

.customers-banner h1 {
  font-size: 35px;
  line-height: 38px;
}

.service-banner-get-started p {
  max-width: 457px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}

.service-banner-img {
  width: 100%;
  position: relative;
}

.banner-img {
  position: relative;
  bottom: -4px;
  margin-top: 65px;
}

.service-info-cards {
    display: grid;
	place-content:space-between;
    margin-top: 120px;
    gap: 30px;
    grid-template-columns: auto auto;
}

.info-card {
 	background-color: #fafafa;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info-card > div {
  padding: 30px;
}

.info-card h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2d3945;
  padding-bottom: 15px;
}

.info-card p {
  font-size: 16px;
  font-weight: 500;
  color: #44505c;
  line-height: 22px;
}

.info-card img {
  width: 100%;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.service-additional-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
  border-radius: 16px;
  margin-top: 30px;
  padding: 50px 30px;
}

.additional-info-text h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2d3945;
  margin-bottom: 15px;
}

.additional-info-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  max-width: 445px;
  color: #44505c;
}

.service-additional-info img {
  width: 650px;
}

.additional-info-desktop-img {
  display: block;
}

.additional-info-mobile-img {
  display: none;
}

.section-partners-slider {
  margin-top: 120px;
  padding: 120px 0;
  background-color: #FAFAFA;
}

.section-partners-slider img {
  width: 220px;
}

@media screen and (max-width: 1400px) {
  .service-additional-info img {
    width: initial;
  }
}

@media screen and (max-width: 1200px) {
  .service-banner-info {
    margin-top: 70px;
  }

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

@media screen and (max-width: 992px){
  .service-banner-info {
    margin-top: 0;
    padding-bottom: 50px;
  }

  .service-banner-info {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .service-banner-title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .service-info-cards {
    grid-template-columns:auto;
  }

  .service-additional-info {
    flex-direction: column;
  }

  .additional-info-text p {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .banner-img {
    position: relative;
    bottom: -4px;
    margin-top: 0;
  }

  .service-additional-info img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .service-banner {
    min-height: 600px;
  }

  .section-partners-slider {
    padding: 60px 0;
    margin-top: 60px;
  }

  .info-card p {
    color: rgba(68, 80, 92, 0.7);
  }

  .additional-info-text p {
    color: rgba(68, 80, 92, 0.7);
  }
	
  
	.service-banner-title img {
		margin-right:0 !important;
	}	
}

@media screen and (max-width: 628px) {
  .section-partners-slider img {
    width: 270px;
  }
}

@media screen and (max-width: 500px) {
  .service-banner-title img {
    width: 52px;
  }

  .service-banner-title h1 {
    font-size: 28px;
    line-height: 42px;
    padding: 15px 0;
  }

  .service-banner-get-started p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }

  .service-banner-get-started button {
    width: 100%;
  }

  .service-info-cards {
     margin-top: 65px;
  }

  .additional-info-desktop-img {
    display: none;
  }

  .additional-info-mobile-img {
    display: block;
    padding: 0 30px 30px 30px;
  }
}

@media screen and (max-width: 480px) {
  .section-partners-slider img {
    width: 220px;
  }
}

@media screen and (max-width: 400px) {
  .section-partners-slider img {
    width: 190px;
  }
}

@media screen and (max-width: 345px) {
  .section-partners-slider img {
    width: 160px;
  }
}