.custom_content_sty .page-width {
  padding-inline: unset;
}
.article-template header {
  margin-inline: auto;
}
.custom-details-wrapper.ctn_mrgn_top {
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
}
.custom-details-wrapper.ctn_mrgn_top a {
  color: #323230;
  text-decoration: none;
}

@media (max-width: 768px) {
  .custom-details-wrapper.ctn_mrgn_top {
    margin-top: 2rem;
  }
}
