.ourStoryContainer {
  overflow: hidden;
  min-height: auto;
}

.ourStoryContainer::after {
  content: "";
  display: table;
  clear: both;
}

.ourStoryImageWrapper {
  width: 100%;
  max-width: 400px;
}

.ourStoryImage {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  display: block;
}

.ourStoryText {
  line-height: 1.8;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: visible;
}

.ourStoryContent {
  overflow: visible;
  max-height: none;
  line-clamp: none;
  -webkit-line-clamp: none;
  text-overflow: visible;
  white-space: normal;
}

@media (max-width: 768px) {
  .ourStoryImageWrapper {
    float: none !important;
    margin: 0 auto 2rem auto !important;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 769px) {
  .ourStoryImageWrapper {
    width: 40%;
    max-width: 400px;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .ourStoryImageWrapper {
    width: 45% !important;
    max-width: 350px !important;
  }
}
