@charset "utf-8";
.section {
  position: relative;
  background-color: #fcfcfc;
}
.section-kv {
  background-image: url('../../../images/earth/kv.jpg');
}
@media all and (max-width: 768px) {
  .section-kv {
    padding-bottom: 80%;
    background-size: cover;
    background-image: url('../../../images/earth/kv-m.jpg');
  }
}
body.page-type-earth .section-content {
  background: linear-gradient(to bottom, #e0ecd8 0%, #fbfcfc 60%);
}
@media all and (max-width: 768px) {
  body.page-type-earth .section-content {
    background: linear-gradient(to bottom, #e0ecd8 0%, #fbfcfc 60%);
  }
}
body.page-type-earth .section-footer-dec {
  background-color: #FBFCFC;
}
.col-box img {
  margin-top: 4%;
}
ul.text {
  list-style-type: disc;
  padding-left: 25px;
}
ul.text li::marker {
  color: #66a842;
}
