html {
  scroll-behavior: smooth;
}
.au-hero-inner{ margin-bottom: 30px !important;}
.container {
  width: 100%;
  clear: both;
  display: block;
  position: relative;
}
.methodology-content p {
  color: #000;
  font: 15px/25px georgia,serif;
  padding-bottom: 10px;
}
body {
  font-family: "DM Sans", system-ui, sans-serif;
  color: #222;
  margin: 0;
}
.page-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.accent-line {
  width: 6px;
  background: #d62828;
}
h1, .head_text {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: georgia,serif;
}
h2 {
  font-size: 20px;
  margin: 25px 0 15px;
  font-weight: 600;
  font-family: georgia,serif;
}

.highlight-box {
  background: #f3f6fa;
  border-left: 4px solid #1d3557;
  padding: 5px 20px 20px 20px;
  margin-top: 20px;
}
strong {
  font-weight: 600 !important;
}
.header-middle-area > .container{ width: 100% !important;max-width: 100% !important;}
@media only screen and (min-width: 1200px) {
  .container,
  .HeaderMainBox {
    max-width: 88% !important;
    width: 88% !important;
  }
}
