#client-content {
  margin: 3rem 0rem 0rem 0rem !important;
}
.client-content-sec {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 1.5rem;
  min-height: 20rem;
}

.client-content-sec p:first-of-type {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  max-width: 500px;
  margin-bottom: 0rem;
}

.client-content-sec p:last-of-type {
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  max-width: 650px;
  margin-bottom: 0rem;
}

@media screen and (max-width: 960px) {
  .client-content {
    flex-direction: column !important;
    align-items: center !important;
  }

  .client-content-sec {
    width: 100% !important;
    padding: 2rem !important;
  }
}
