body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

.mwd-banner-au {

  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.mwd-banner-au {
  background-image: url("../../../assets/images/1920/1080/rheden-004-010.jpg") !important;
  width: 100%;
  height: auto;
  max-height: 600px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .mwd-banner-au {
    max-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .mwd-banner-au {
    max-height: 400px;
  }
}

@media (min-width: 1024px) {
  .mwd-banner-au {
    max-height: 600px;
  }
}

.mwd-section-au {
  position: relative;
  top: -129px;
  margin-bottom: -129px;
  padding: 2rem 1.4rem; 
  border-radius: 2px;
}

.mwd-list-group-item-container {
  padding: 0; 
}
  
.list-group-item {
  border-left: none !important;
  border-right: none !important;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.2s ease;
  border-radius: 0 !important;
}

.list-group-item:first-child {
  border-top: 1px solid #dee2e6;
}

.list-group-item:last-child {
}

.list-group-item:hover {
  background-color: #f8f9fa;
}

.list-group-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0.5rem 1rem;
}

.list-group-item:hover a {
  color: #0d6efd;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}

.mwd-au-content .col-md-8 {
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #ececec;
}

.mwd-au-content .col-md-8 h1 {
  font-size: 1.1rem;
  margin: 0 0 20px 0;
  padding: 0 0 2px 0;
  color: #2c3e50;
  border-bottom: 1px dotted #ececec;
}

.mwd-au-content .col-md-4 {
  padding: 2rem;
  background-color: #ececec;
}

.mwd-au-content .col-md-4 h1 {
  font-size: 1.1rem;
  padding: 0 0 2px 0;
  color: #2c3e50;
  border-bottom: 1px dotted #ffffff;
}

.mwd-au-content h2 {
  font-size: 1.2em;
  margin: 0 0 20px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px dotted #ececec;
}

.mwd-au-content h3 {
  font-size: 1.4em;
  margin-top: 30px;
}

.mwd-au-content p {
  margin-bottom: 20px;
}

.mwd-au-content blockquote {
  font-style: italic;
  background-color: #eef2f5;
  border-left: 5px solid #2980b9;
  padding: 15px 20px;
  margin: 20px 0;
  color: #555;
}

.mwd-au-content blockquote::before {
  content: "❝";
  font-size: 2em;
  color: #2980b9;
  margin-right: 10px;
  vertical-align: middle;
}

.mwd-au-content blockquote footer {
  text-align: right;
  font-style: normal;
  font-weight: bold;
  margin-top: 10px;
}

.mwd-au-content .col-md-8 {
  max-width: 900px;
}

.mwd-au-content ul {
  padding-left: 20px;
}

.mwd-au-content li {
  margin-bottom: 10px;
}

.mwd-au-content-side-image {
  padding: 0 1rem;
}

.mwd-au-content-side-image img {
  border-radius: 4px;
}