.section-layout-1-content-wrapper {
  width: 50%;
  padding: 50px;
}

.section-layout-2-content-wrapper {
  width: 50%;
  padding: 100px 50px 50px 10%;
}

.section-layout-3-content-wrapper {
  width: 50%;
  padding: 100px 10% 50px 50px;
}

.section-layout-4-content-wrapper {
  width: 50%;
  padding: 100px 10% 50px 50px;
}

.section-layout-5-content-wrapper {
  width: 50%;
  padding: 100px 50px 50px 10%;
}

.section-layout-6-content-wrapper {
  width: 100%;
  padding: 32px 10%;
}

.rich-text > h2 {
  margin: 0;
  line-height: 21.78px;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0;
}

.rich-text > h1 {
  margin: 0;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0;
}

.rich-text > h3 {
  margin: 0;
  line-height: 21px;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
}

.section-layout-1-content-wrapper > h1,
.section-layout-1-content-wrapper > h2,
.section-layout-1-content-wrapper > h3 {
  text-align: center;
}

.section-layout-1-content-wrapper > h1 {
  padding-bottom: 10px;
}

.section-layout-4-content-wrapper > h1,
.section-layout-4-content-wrapper > h2,
.section-layout-4-content-wrapper > h3 {
  text-align: left;
}

.section-layout-1-image-wrapper {
  width: 50%;
  flex: 1 1 50%;
  padding: 50px 0 50px 10%;
}

.section-layout-5-image-wrapper {
  width: 50%;
  flex: 1 1 50%;
  padding: 50px 10% 50px 0;
}

.section-layout-1-image-element {
  width: 100%;
  height: 100%;
  outline: none;
  object-fit: cover;
  aspect-ratio: 1;
}

.section-layout-6-image-element {
  outline: none;
  object-fit: cover;
  height: 380px;
  margin: 0 10% 50px;
}

.section-layout-7-image-element {
  outline: none;
  object-fit: cover;
  height: 380px;
  margin: 0 10%;
}

.section-layout-8-image-element {
  outline: none;
  object-fit: cover;
  height: 380px;
  margin: 0;
}

.nav-item .nav-link:hover {
  color: #fff !important;
  background-color: #031f4a;
}

.nav-item .bg-navy.nav-link:hover {
  color: black!important;
  background-color: #031f4a;
}
