.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;
}

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

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

.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) {
  .clients-story-container {
    background: none;
    height: 250px;
  }

  .stories {
    flex-direction: column;
  }

  .stories > div {
    width: 100%;
  }

  .oc-boxes {
    height: auto;
  }
}
