.slider .owl-loaded {
  max-width: unset !important;
  max-height: unset !important;
  overflow: hidden;
}

.real_stories .stories_card {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px #ebeef5;
  border-left: 1px solid #92b0e6;
  border-top: 1px solid #92b0e6;
  border-right: 4px solid #92b0e6;
  border-bottom: 4px solid #92b0e6;
  margin: 0px 10px;
}

.slider_title {
  padding-top: 22px;
  padding-bottom: 6px;
  max-width: 320px;
  color: #001d48;
  font-family: Lato;
  font-size: 22px;
  font-weight: 700;
  line-height: 136.364%;
}
.feedback_text {
  color: #30496e;
  font-family: Lato;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 150% !important;
}

.name {
  color: #001d48;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
.title {
  color: #30496e;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
}

.quote {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

@media only screen and (min-width: 600px) {
  .feedback_text {
    min-height: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .feedback_text {
    min-height: 198px;
    font-size: 16px;
  }

  .name {
    font-size: 18px;
  }

  .real_stories .stories_card {
    border-radius: 15px;
    margin: 0px 10px;
    min-height: unset;
    padding: 20px;
  }
}
