/* ======================== */
/* CASE STORY */
/* ======================== */

#case-story {
  padding-top: 0;
}

#case-story .object-right {
  margin-top: 25px;
}

#case-story h2,
#case-story h3,
#case-story h4,
#case-story .blog-aside h4,
#case-story .blog-aside h5 {
  text-transform: uppercase;
}

#case-story h4 {
  margin-top: 50px;
}

#case-story ul {
  list-style: circle;
  padding: 10px 50px;
}

#case-story ol {
  list-style: decimal;
  padding: 10px 50px;
}

#case-story p span:first,
#case-story ul span {
  font-weight: 600;
  color: #000;
}

#case-story .disclaimer-text,
#case-story .cursive-text {
  font-style: italic;
  color: #57a0ea;
}

#case-story .post-minimal-wrap {
  display: flex;
  justify-content: center;
}

#case-story .title-divider {
  margin: 0;
}

#case-story .sub-title {
  margin: 0;
  color: #57a0ea;
}

#case-story .unit-horizontal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#case-story .block-disclosure-body {
  max-width: 350px;
}

#case-story .unit-horizontal img {
  width: 100%;
}

#case-story .content-gray-block {
  background-color: #f2f3f8;
  margin: 25px 0;
  padding: 25px;
}

#case-story .triple-list {
  display: flex;
  flex-wrap: wrap;
}

#case-story .triple-list-item ul {
  padding: 10px 25px;
}

ul + h3,
div + h3 {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  ul + h3,
  div + h3 {
    margin-top: 65px;
  }
}

@media (min-width: 1470px) {
  ul + h3,
  div + h3 {
    margin-top: 85px;
  }
}

@media (max-width: 992px) {
  #case-story {
    margin-top: 85px;
  }

  #case-story .quote-demo {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  #case-story .block-text-width-divider:before {
    display: none;
  }

  #case-story .block-text-width-divider-content {
    margin: 0;
  }
}

#case-story .case-8 h4:first-of-type,
#case-story .case-11 h4:first-of-type,
#case-story .case-4 h4:first-of-type,
#case-story .case-3 h4:first-of-type {
  margin-top: 0;
}
