.cs1BG {
  background-image: url("../assets/images/cstopbg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 60vh;
  padding-bottom: 4rem;
}

.csCardHeader {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 1rem;
}

.csCardHeader img {
  width: 4rem;
}

.clientStats {
  padding-left: 1.5rem;
  border-left: 4px solid var(--primary);
  margin-bottom: 4rem;
}

.br22 {
  border-radius: 2.2rem;
}

.swiper-button-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  margin-top: 2rem;
  width: 80%;
  align-self: center;
  margin: 0 auto;
  margin-top: 4rem;
}

.swiper-button-custom .custom-prev,
.swiper-button-custom .custom-next {
  cursor: pointer;
}

.swiper-button-custom .customDivide {
  width: 100%;
  height: 2px;
  background-color: var(--primary);
}

@media screen and (max-width: 768px) {
  .cs1BG {
    padding-top: 20vh;
    background-size: contain;
    background-position: top;
    background-color: #d8d8da;
  }
}
