.container {
  width: 100%;
  padding: 0 40px;
  max-width: 1380px;
}

.landing-hero-section {
  position: relative;
}

.landing-hero-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(55 71 110 / 70%);
  position: absolute;
  top: 0;
}

.landing-hero-section .subtext {
  margin-top: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.landing-hero-section .brand-flex {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.landing-hero-section .nabshow-info {
  margin-bottom: 0;
}
.landing-hero-section .nabshow-info ul li{
  display: block;
  font-size: 16px;
  font-weight: normal;
}

/* .landing-hero-section .nabshow-info ul li strong {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
} */

.ww-grid {
  display: flex;
  flex-direction: row;
  gap: 24px;
  color: white;
  margin: 0 !important;
}

.ww-grid a {
  color: white;
  text-decoration: underline;
}

.ww-grid h3 {
  font-size: 24px;
}

.ww-grid ul {
  list-style: circle;
  margin: 0 !important;
  padding: 0 0 0 20px !important;
}

.ww-grid > li {
  margin: 0 !important;
} 

.ww-grid ul li {
  list-style: circle;
  display: list-item !important;
  margin: 0 0 0 1em !important;
}

.ww-grid p {
  padding-left: 1em;
}

.spacer {
  height: 20px;
}

.more-details {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
}

.more-details p {
  font-size: 16px;
}

.more-details a {
  color: white;
  text-decoration: underline;  
}

.more-details h2, 
.more-details h3, 
.more-details h4 {
  margin: 0;
} 

.more-details h3 {
  font-size: 24px;
  margin-bottom: .5em;
}

.more-details h4 {
  font-size: 16px;
  margin: .5em 0;
}

.more-details p {
  margin: 0 0 0 .5em;
}

.more-details ul {
  margin: 0;
}

.more-details .content {
  margin-left: 20px;
} 


@media only screen and (min-width: 991px) {
  .heading_5 {
    margin-top: -60px;
  }
}