<style>

.ignore-my-style {
}


.landing-related-case-module  {

  background: none;
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
}

.editor-block-list__block-edit .landing-related-case-module {
  width: 90% !important;
  margin: 0 auto;
}
.landing-related-case-module > div.kt-row-layout-inner > div.kt-row-column-wrap {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 9.375em; /* 150px; */
  padding-bottom: 0px;
  padding-left: 50px;
  padding-right: 50px;
}


.landing-related-case-module .kt-row-layout-bottom-sep {
  background: #fff;
}

.landing-related-case-block-wrapper {
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 justify-content: center;
}

.landing-related-case-block {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  background: #EFEFEF;
  padding: 25px;
  margin: 20px 0 20px 0;
  flex-basis: 33.33%;
}


.landing-related-case-block-wrapper.display-1 > .landing-related-case-block.no-padding {
    flex-basis: 40%;
}
.landing-related-case-block-wrapper.display-2 .landing-related-case-block.no-padding {
    }

.landing-related-case-block.no-padding {
  padding: 0;
}
.landing-related-case-block .related-post-content-container.add-25px-padding {
  padding: 4.69em 2.813em 0.625em 2.813em;
  /* padding: 75px 45px 10px 45px; */
}

.landing-related-case-block .related-post-image-container {
  height: 600px;
  width: 100%;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.landing-related-case-block.no-padding .related-post-image-container {
  height: 600px;
  background-size: cover;
  background-position: top center;

}


.landing-related-case-block .related-post-content-container {
 display: flex;
 flex-direction: column;
 flex-grow: 1;
}


.landing-related-case-block strong {
  text-decoration: none;
  color: #E42526;
  font-weight: bold;
  font-style: normal;
}




.landing-related-case-block .related-post-cat a,
.landing-related-case-block .related-post-cat {
  color: #E42526;
  font-size: 0.875em;
  font-weight: 600;
  font-style: normal;
}


.landing-related-case-block h2 {
  color: #4E5056;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 1.25em;
}

.landing-related-case-block h2 a {

}


.landing-related-case-block .related-post-date {
  font-size: 0.75em;
  font-weight: 600;
  font-style: normal;
}

.landing-related-case-block .related-post-text-link {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  flex-direction: column;
  margin: 2em 0 5em 0;
  color: #E42526;
  font-weight: bold;
  font-style: normal;
}



@media (min-width: 1025px) and (max-width: 1250px) {

  .landing-related-case-block-wrapper.display-1 .landing-related-case-block.no-padding {
      flex-basis: 40%;
    }
  .landing-related-case-block-wrapper.display-2 .landing-related-case-block.no-padding {
      flex-basis: calc(50% - 100px);
    }
}

@media (min-width: 480px) and (max-width: 1024px) {
  .landing-related-case-block-wrapper.display-1 .landing-related-case-block.no-padding {
      flex-basis: 50%;
    }
  .landing-related-case-block-wrapper.display-2 .landing-related-case-block.no-padding {
    flex-basis: 50%;
    }
    .landing-related-case-block.no-padding .related-post-image-container {
      height: 450px;
    }
}


@media (max-width: 767px) {

  .landing-related-case-block.no-padding .related-post-image-container {
    height: 310px;
  }
  .landing-related-case-block-wrapper.display-3,
    .landing-related-case-block-wrapper.display-2 {
    flex-direction: column;
  }

  div.landing-related-case-module > div.kt-row-layout-inner > div.kt-row-column-wrap {
    padding-top: 50px; /* 50px; */
    padding-bottom: 30px;
  }
    div.landing-related-case-module .kt-row-layout-bottom-sep {
      display: none;
    }

    .landing-related-case-block-wrapper.display-1 .landing-related-case-block.no-padding {
        flex-basis: 70%;
      }

}

@media (max-width: 480px) {
  .landing-related-case-block-wrapper {
    flex-direction: column;
  }

    div.landing-related-case-module > div.kt-row-layout-inner > div.kt-row-column-wrap {
padding: 45px 30px !important;
    }


}

</style>
