html, body {
  height: 100%;
}
.jeg_search_box {
  margin-top: 10px;
}
.jeg_search_form {
  width: 100%;
  height: 40px;
  position: relative;
}
.jeg_input_box {
  width: 600px;
  height: 100%;
}
.jeg_input_box .jeg_search_ipt {
  width: 100%;
  height: 100%;
  padding: 10px 70px 10px 20px;
  font-size: 18px;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #666;
}
.jeg_btn_search {
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 0 4px 4px 0;
  background-color: #1e96fc;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.jeg_btn_search svg {
  color: #fff;
}
.jeg_content_wrapper .jeg_post_title h1 {
  margin: 10px 0;
}
.jeg_content_wrapper .jeg_post_summary p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}
/* #rs-container-1, #rs-container-2 {
  min-height: 450px;
} */
.jeg_content_wrapper .jeg_post_featured img {
  max-width: 100%;
  min-height: 300px;
  display: block;
  margin: 0 auto;
}
.jeg_content_wrapper .jeg_post_content {
  font-size: 20px;
  overflow-wrap: break-word;
  overflow: auto;
}
.jeg_post_content div {
  overflow: auto;
}
.jeg_post_content a {
  color: inherit;
}
@media only screen and (max-width: 1024px) {
  .jeg_content_wrapper .jeg_post_title h1 {
    font-size: 20px;
  }
  .jeg_content_wrapper .jeg_post_summary p {
    font-size: 16px;
  }
  .jeg_content_wrapper .jeg_post_featured img {
    min-height: 150px;
  }
  .jeg_content_wrapper .jeg_post_content {
    font-size: 16px;
  }
  .jeg_content_wrapper .jeg_post_content p img {
    margin: 0 !important;
    float: none !important;
    width: 100%;
  }
}