.editor-box .editor-gallery-list .article-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

body{
  overflow-x: hidden;
}

.editor-box .editor-gallery-list .article-img {
  margin-bottom: 10px;
  margin-right: 0;
  width: 100% !important;
}

.editor-box .editor-gallery-list .items {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

.editor-box .editor-gallery-list {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.editor-box .editor-gallery-list .address-title,
.editor-gallery-list
  .contact-section
  .contact-list
  .items.info-item
  .address-item
  .address-line,
.contact-section
  .contact-list
  .items.info-item
  .address-item
  .editor-gallery-list
  .address-line {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #2f373a;
}

.bigyaapan-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-box .d-flex {
  margin-right: 1px;
}

/* .author-box .date-line {
  padding-left: 9px;
} */

.detail-section {
  margin-top: 0;
  padding: 19px 0 0 0;
}

.bigyaapan-item img {
  max-width: 100%;
}

.mobile-header {
  padding: 0 !important;
}

.desktop-adv {
  display: block !important;
}
.mobile-adv {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .desktop-adv {
    display: none !important;
  }
  .mobile-adv {
    display: block !important;
  }
}

.shortcut-box a.lang-btn .left-icon {
  background: #fbd636;
  color: #000000;
}