.clients-story-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 525px;
  background-image: url(https://kartaca.com/wp-content/uploads/2022/07/success-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 240px;
}

.clients-story-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  height: 100%;
  width: 45%;
}

.clients-story-content > h1 {
  font-size: 48px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Manrope-Semibold", sans-serif;
  letter-spacing: 0.2px;
  color: #18205f;
  line-height: 55px;
}

.clients-story-content > span {
  font-size: 24px;
  margin-bottom: 0.7em;
  letter-spacing: 0.25px;
  line-height: 1.45;
  color: #18205f;
  letter-spacing: 0.2px;
  line-height: 35px;
}

.clients-story-header-text > h1 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Manrope-Semibold", sans-serif;
  letter-spacing: 0.2px;
  color: #18205f;
  font-size: 32px;
  line-height: 45px;
}

.testimonial-slider {
  text-align: center;
}

.testimonial-slider-title {
  font-size: 32px;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Manrope-Semibold", sans-serif;
  letter-spacing: 0.2px;
  color: #18205f;
  line-height: 45px;
}

.primary-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-form-title {
  font-size: 32px;
  color: #18205f;
  font-family: "Manrope-Semibold", sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  line-height: 45px;
}

.custom-form {
  background-color: #F0EEFC;
  padding: 20px;
}

.custom-form div.wpforms-container-full {
  margin-top: 30px;
}

.custom-form .wpforms-form {
  width: 550px;
  margin: 0 auto;
}

.custom-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
.custom-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
.custom-form div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
  height: 56px;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(34, 40, 41, 0.08);
  background-color: #ffffff;
}

.custom-form div.wpforms-container-full .wpforms-form label {
  font-family: "Manrope-Semibold", sans-serif;
  color: #18205f;
  font-size: 15px;
  margin-bottom: 10px;
}

.custom-form div.wpforms-container-full .wpforms-form button {
  width: 155px;
  height: 42px;
  border-radius: 6px;
  background-color: #5348fe !important;
  color: #ffffff !important;
  font-size: 16px !important;
  display: block;
  margin: 0 auto;
}

.custom-form .wpforms-confirmation-container-full {
  background-image: linear-gradient(271deg, #5748fe, #7760ff);
  border: 0;
  color: #ffffff;
  margin-top: 30px;
}

.custom-form div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li,
.custom-form .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
  width: 275px;
}

.primary-button {
  background-color: #5348fe;
  color: #fff !important;
  padding: 11px 15px;
  display: inline-block;
  line-height: normal;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  transition: 0.5s;
  cursor: pointer;
}

.primary-button:hover {
  background-color: #0f4791;
}

.stories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.stories > div {
  width: 30%;
  height: auto;
  margin-bottom: 2rem;
}

.other-clients {
  padding-top: 2rem;
}

.other-clients-content {
  display: flex;
  justify-content: space-between;
}

.oc-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 425px;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  text-align: left;
  padding: 0 1rem 0 1rem;
}

.oc-boxes:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.oc-boxes > a > img {
  width: 100%;
  height: auto;
}

.oc-boxes-title {
  font-family: "Manrope-Semibold", sans-serif;
  font-size: 20px;
  margin-bottom: 0.7em;
  letter-spacing: 0.25px;
  color: #5348fe;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.oc-boxes-description {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #18205f;
}

.oc-boxes > a {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #18205f;
  cursor: pointer !important;
}

.oc-boxes-link:hover {
  color: #5348fe;
}

@media only screen and (max-width: 767px) {
  .wpforms-form {
    width: 100% !important;
  }

  .clients-story-container {
    background: none;
    height: 250px;
  }

  .clients-story-content > h1 {
    line-height: 35px;
  }

  h1 {
    font-size: 24px !important;
  }

  span {
    font-size: 16px !important;
  }

  .current {
    font-size: 11px !important;
  }

  .clients-story-content {
    width: 100%;
  }

  .stories {
    flex-direction: column;
  }

  .stories > div {
    width: 100%;
  }

  .oc-boxes {
    height: auto;
  }
}

@media only screen and (max-width: 400px) {
  .clients-story-content {
    width: 100%;
  }

  h1 {
    font-size: 24px !important;
  }

  span {
    font-size: 16px !important;
  }

  .current {
    font-size: 11px !important;
  }
}
