.built-for-container {
  padding: 32px 60px;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

.built-for {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1rem 0rem 0rem;
}

.built-for h2 {
  font-weight: 900 !important;
  font-size: 32px;
  color: #1f1e1f;
  margin: 0rem;
}

.built-for .learn {
  background: #ed4d37;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  padding: 12px 24px;
  margin-right: 4px;
}

.build-cards-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 1rem 0px;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0;
}

.build-cards-wrapper .build-wrapper-card {
  position: relative;
  margin: 1rem 0px 0px;
  width: 23%;
}

.build-cards-wrapper .build-wrapper-card img {
  border-radius: 8px;
  width: 100%;
}

.build-cards-wrapper .build-wrapper-card h4 {
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  bottom: 2.5rem;
  left: 1rem;
}

.outer-learn {
  background: #ed4d37;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  width: 100%;
}

.swiper,
.swiper-wrapper {
  z-index: 0;
}
.built-for-container .swiperSecond {
  position: relative !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}

.built-for-container .custom-arrow img{
  width: 40px !important;
  height: 40px !important;
  z-index: 2 !important;
}

.built-for-container .swiper-pagination-bullet-active {
  background-color: #ed4d37 !important; /* Change this to your desired color */
}
.built-for-container .swiper-pagination {
  bottom: 20px !important;
}

/* Client Info  */
.clients-info {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 1rem 0px;
}

.total-number-clients {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 1rem;
  width: 20%;
}

.total-number-clients h3 {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #1f1e1f;
}

.total-number-clients p {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #1f1e1f;
}

@media (max-width: 1150px) {
  .build-cards-wrapper .build-wrapper-card h4 {
    font-size: 16px;
    bottom: 2rem;
    left: 1rem;
  }
  .total-number-clients h3 {
    font-size: 36px;
  }

  .total-number-clients p {
    font-size: 16px;
  }
}

@media (max-width: 763px) {
  .build-cards-wrapper .build-wrapper-card {
    width: auto;
  }

  .built-for-container {
    padding: 16px 30px;
  }

  .built-for {
    margin: 5px 0px;
  }

  .built-for .learn {
    display: none;
  }

  .build-cards-wrapper {
    margin: 6px 0px;
    flex-wrap: nowrap;
    /* width: 5000px; */
  }

  .total-number-clients {
    width: 150px;
  }

  .total-number-clients h3 {
    font-size: 28px;
  }

  .total-number-clients p {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .total-number-clients {
    width: 120px;
  }
  .total-number-clients h3 {
    font-size: 24px;
  }

  .total-number-clients p {
    font-size: 15px;
  }
}
