/* =============================================================================== */
/* Keyvisual */
/* =============================================================================== */
@media screen and (min-width: 768px) {
  [data-id="1308004"] .container-fluid {
    max-width: 1920px;
    padding: 0;
  }
  [data-id="1308004"].ngc-1-in-a-row .wrapper {
    padding: 0px;
  }
  [data-id="1308004"].ngc-1-in-a-row .wrapper .list-inline-img {
    margin: 0 auto;
  }
  [data-id="1308004"].ngc-1-in-a-row .wrapper .list-inline-img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  [data-id="1308004"] .container-fluid {
    padding: 0;
  }
  [data-id="1308004"] .container-fluid .wrapper .list-inline-img {
    display: none;
  }
}
/* =============================================================================== */
/* Overview */
/* =============================================================================== */
[data-id="d1765599"] p {
  font-size: 20px;
  width: 80%;
  margin: 40px auto;
  text-align: center;
}
.custom-image-left, .custom-image-right {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .custom-image-left .media-box {
    width: 42%;
    margin-right: 2%;
  }
  .custom-image-left .text-box {
    width: 56%;
  }
  .custom-image-left .text-box {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  [data-id="d1765599"] p {
    font-size: 16px;
    width: 100%;
    margin: 32px auto;
  }
  .custom-image-left {
    margin-top: 48px;
  }
}
/* =============================================================================== */
/* Features */
/* =============================================================================== */
@media screen and (min-width: 768px) {
  .custom-image-right .media-box {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .custom-image-right .media-box {
    margin-left: 0;
  }
  .custom-image-right .media-box img {
    padding: 0;
  }
}