.body {
  margin-bottom: 0px;
  background-color: transparent;
  font-family: Verdana, Geneva, sans-serif;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #50172b;
}

.text-block {
  color: #fff;
}

.nav-text {
  padding: 15px;
  color: #fcf7f7;
  font-size: 17px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #50172b;
  color: #50172b;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-link {
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 23px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #dadfd3;
  font-size: 16px;
}

.navigation-link:hover {
  color: #b47f92;
}

.navigation-link.w--current {
  color: #dadfd3;
  text-decoration: none;
}

.navigation-link.w--current:hover {
  color: #adc7b1;
}

.navigation-link.w--current:active {
  color: #49647b;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 100%;
}

.paragraph-7 {
  margin-top: 10px;
  color: #192024;
  font-size: 16px;
  font-weight: 400;
}

.services-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 8px;
  background-color: #693749;
  -webkit-transition: border-radius 1000ms cubic-bezier(.075, .82, .165, 1), background-color 300ms ease;
  transition: border-radius 1000ms cubic-bezier(.075, .82, .165, 1), background-color 300ms ease;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.services-button:hover {
  border-radius: 20px;
  background-color: #b47f92;
}

.services-button.w--current {
  background-color: #2e80b6;
}

.cta-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.cta-button.all-caps {
  margin-left: 20px;
  padding-right: 30px;
  border-width: 0px;
  border-color: transparent;
  border-radius: 8px;
  background-color: #693749;
  -webkit-transition: border-radius 1000ms cubic-bezier(.075, .82, .165, 1), background-color 1000ms cubic-bezier(.075, .82, .165, 1);
  transition: border-radius 1000ms cubic-bezier(.075, .82, .165, 1), background-color 1000ms cubic-bezier(.075, .82, .165, 1);
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #edeff2;
  font-size: 16px;
  text-transform: uppercase;
}

.cta-button.all-caps:hover {
  border-radius: 20px;
  background-color: #b47f92;
  letter-spacing: 2px;
}

.div-block {
  margin-top: 52px;
}

.hero-section-2 {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-2.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 195px;
  padding-bottom: 153px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid transparent;
  background-color: rgba(253, 251, 251, 0.66);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 247, 247, 0.22)), to(rgba(250, 247, 247, 0.22))), url('../images/St-Georges-1.jpg');
  background-image: linear-gradient(180deg, rgba(250, 247, 247, 0.22), rgba(250, 247, 247, 0.22)), url('../images/St-Georges-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #728b49;
  text-align: center;
}

.hero-heading {
  margin-top: -115px;
  margin-bottom: 30px;
  padding: 13px;
  border-style: solid;
  border-width: 2px;
  border-color: #491427;
  border-radius: 36px;
  background-color: rgba(7, 7, 7, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.35)), to(hsla(0, 0%, 100%, 0.35)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.35), hsla(0, 0%, 100%, 0.35));
  font-family: Verdana, Geneva, sans-serif;
  color: #50172b;
  font-size: 49px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  color: #491427;
  font-size: 29px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.paragraph-8 {
  padding: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #50172b;
  border-radius: 16px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 244, 244, 0.58)), to(rgba(250, 244, 244, 0.58)));
  background-image: linear-gradient(180deg, rgba(250, 244, 244, 0.58), rgba(250, 244, 244, 0.58));
  color: #50172b;
  font-size: 17px;
  line-height: 25px;
}

.image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin-left: 29px;
  padding: 18px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#693749), to(#693749));
  background-image: linear-gradient(180deg, #693749, #693749);
  box-shadow: 2px 2px 11px -1px rgba(0, 0, 0, 0.65);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 27px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #b47f92;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#324752), to(#324752));
  background-image: linear-gradient(180deg, #324752, #324752);
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

.paragraph-9 {
  margin-bottom: 19px;
  padding-right: 60px;
  padding-left: 60px;
  color: #444141;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-7 {
  margin-top: 24px;
}

.list-services {
  display: block;
  margin-bottom: 18px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 99.3%, 0.8)), to(hsla(0, 0%, 99.3%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 99.3%, 0.8), hsla(0, 0%, 99.3%, 0.8));
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.53);
}

.paragraph-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #444141;
  font-weight: 700;
}

.image-3 {
  padding: 13px;
  border-radius: 0px;
}

.image-4 {
  padding: 16px;
}

.bold-text {
  font-size: 17px;
  line-height: 29px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  font-size: 17px;
  font-weight: 400;
}

.paragraph-11 {
  margin-top: 19px;
  padding-right: 214px;
  padding-left: 214px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-section {
  position: relative;
  padding: 44px 10px 20px;
  background-color: #fff;
  background-image: url('../images/grainy08.jpg');
  background-position: 50% 50%;
  background-size: contain;
  text-align: center;
}

.section-title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered {
  margin-bottom: 10px;
  background-color: transparent;
  color: #2e80b6;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 12px;
  font-family: Verdana, Geneva, sans-serif;
  color: #324752;
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
}

.subheader {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 24px;
}

.subheader.center {
  margin-top: 13px;
  margin-bottom: 26px;
  font-family: Verdana, Geneva, sans-serif;
  color: #8e8e9c;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.white-box {
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: #b47f92;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.39);
  text-align: center;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #693749;
  box-shadow: 0 0 0 1px #2e9dff;
}

.heading-3 {
  font-size: 18px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4 {
  margin-top: 0px;
  color: #491427;
  font-size: 21px;
}

.heading-7 {
  padding-left: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #395744;
}

.info-icon {
  float: left;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #969c95;
  color: #404047;
}

.heading-5 {
  font-family: Verdana, Geneva, sans-serif;
  color: #395744;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #192024;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #395744;
}

.footer-link.with-icon {
  margin-left: 0px;
  color: #192024;
}

.footer-link.with-icon:hover {
  color: #395744;
}

.paragraph {
  color: #192024;
}

.footer-2 {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f0f0f0;
  color: #404047;
}

.footer-2.center {
  border-top: 1px solid #dbdbdb;
  background-color: #dadfd3;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #404047;
  font-size: 12px;
}

.logo {
  margin-top: 0px;
  padding-top: 0px;
}

.benifits-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 41px;
}

.list-of-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
  padding: 0px 10px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.94)), to(hsla(0, 0%, 100%, 0.94)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.94), hsla(0, 0%, 100%, 0.94));
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.5);
}

.list-of-benefits.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.italic-text {
  font-size: 19px;
  font-weight: 400;
}

.heading-8 {
  font-size: 15px;
}

.heading-9 {
  padding: 0px 8px 0px 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #693749;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.bold-text-2 {
  font-size: 16px;
}

.bold-text-3 {
  font-size: 16px;
}

.bold-text-4 {
  font-size: 16px;
}

.bold-text-5 {
  font-size: 16px;
}

.paragraph-12 {
  margin-top: 0px;
  padding-top: 0px;
  text-align: left;
}

.paragraph-13 {
  padding-left: 0px;
  text-align: left;
}

.paragraph-14 {
  text-align: left;
}

.paragraph-15 {
  text-align: left;
}

.paragraph-16 {
  text-align: left;
}

.image-6 {
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid #000;
  border-radius: 0px;
}

.div-block-5 {
  padding-left: 15px;
}

.div-block-6 {
  width: 10%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50172b), to(#50172b));
  background-image: linear-gradient(180deg, #50172b, #50172b);
}

.navbar {
  background-color: #50172b;
}

.nav-link {
  color: #fff;
  font-size: 16px;
}

.nav-link:hover {
  color: #b47f92;
}

.nav-link.w--current:focus {
  color: #fff;
}

.nav-link.w--current:visited {
  color: #fff;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-section {
  margin-top: 0px;
  background-image: url('../images/grainy08.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.list {
  margin-top: 2px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #491427;
  font-size: 19px;
  font-weight: 300;
  text-align: center;
}

.services-container1 {
  position: relative;
  margin-top: 0px;
  padding: 17px;
  border-style: solid;
  border-width: 8px;
  border-color: #324752;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.53);
}

.services-container1.overlay {
  position: relative;
  margin-top: 0px;
  margin-bottom: 1px;
  background-color: #fff;
}

.section-subheading.center {
  width: 101%;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #8e8e9c;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-indent: 0px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  width: 100%;
  margin-top: 1px;
  margin-bottom: -24px;
  padding-bottom: 0px;
  border-bottom: 0px solid #000;
  font-family: Verdana, Geneva, sans-serif;
  color: #693749;
  font-size: 16px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #bec3c7;
  border-radius: 4px;
  background-color: transparent;
  color: #3b99d9;
}

.button-2:hover {
  border-color: #2e9dff;
  background-color: transparent;
}

.paragraph-4 {
  margin-right: 64px;
  margin-bottom: 40px;
  margin-left: 64px;
  font-family: Montserrat, sans-serif;
  color: #404047;
  text-align: center;
}

.list-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-7 {
  display: block;
  margin: 0px auto 9px;
}

.image-8 {
  margin-bottom: 20px;
  padding-left: 0px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -7px;
  margin-bottom: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue-line {
  width: 28%;
  height: 5px;
  margin: -12px auto 18px;
  background-color: #324752;
}

.section-title-group-2 {
  position: relative;
  margin-top: 21px;
  margin-bottom: 60px;
  background-color: transparent;
}

.paragraph-17 {
  margin-top: 0px;
  margin-bottom: -34px;
  padding-right: 46px;
  padding-left: 46px;
  color: #444141;
  font-size: 16px;
  text-align: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-of-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-text {
  margin-left: 10px;
  font-size: 15px;
}

.div-block-9 {
  width: 48px;
  height: 213px;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#50172b), to(#50172b));
  background-image: linear-gradient(180deg, #50172b, #50172b);
}

.div-block-9.light {
  width: 69px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b47f92), to(#b47f92));
  background-image: linear-gradient(180deg, #b47f92, #b47f92);
}

.div-block-9.light.shorter {
  width: 33px;
}

.div-block-9.light.short {
  width: 40px;
}

.div-block-9.shorter {
  width: 31px;
}

.div-block-9.thicker {
  width: 64px;
}

.div-block-9.thin {
  width: 45px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-section1 {
  padding-top: 59px;
  padding-bottom: 0px;
  background-image: url('../images/grainy08.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#324752), to(#324752));
  background-image: linear-gradient(180deg, #324752, #324752);
  color: #444141;
}

.image-9 {
  padding: 10px;
}

.image-10 {
  padding: 10px;
}

.image-11 {
  margin: 10px;
  padding: 10px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  padding: 10px;
}

.image-13 {
  padding: 10px;
}

.image-14 {
  margin-right: 19px;
  margin-left: 19px;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.53);
}

.text-block-2 {
  margin-top: 23px;
  margin-bottom: 27px;
  padding-right: 93px;
  padding-left: 93px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.logo-services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  margin: 0px 10px 0px 0px;
}

.image-16 {
  margin-left: 10px;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/East-Carlton-Park-Corby.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-section.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/Haugh-End.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about-heading {
  margin-top: 71px;
  padding: 19px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#395744), to(#395744));
  background-image: linear-gradient(180deg, #395744, #395744);
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.about-heading.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#324752), to(#324752));
  background-image: linear-gradient(180deg, #324752, #324752);
}

.about-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-18 {
  margin-top: 30px;
  margin-bottom: 39px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 24px;
  text-align: center;
}

.paragraph-19 {
  display: block;
  width: 60%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  margin: 8px;
  padding: 10px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6d8876), to(#6d8876));
  background-image: linear-gradient(180deg, #6d8876, #6d8876);
}

.container-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px -7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.paragraph-light {
  width: 92%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.9;
  font-family: Verdana, Geneva, sans-serif;
  color: #324752;
  font-size: 16px;
  text-decoration: none;
}

.label {
  margin-bottom: 0px;
  font-family: Verdana, Geneva, sans-serif;
  color: #2d7383;
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.99;
  font-family: Montserrat, sans-serif;
  color: #3b99d9;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.link-block {
  color: #3b99d9;
  text-decoration: none;
}

.heading-10 {
  font-family: Verdana, Geneva, sans-serif;
  color: #2d7383;
}

.heading-11 {
  margin-top: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #2d7383;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.text-block-3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.email {
  font-family: Verdana, Geneva, sans-serif;
  color: #2d7383;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.email:hover {
  color: #491427;
}

.link {
  margin-top: 6px;
  font-family: Verdana, Geneva, sans-serif;
  color: #2d7383;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #693749;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-6 {
  text-transform: uppercase;
}

.bold-text-7 {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .navigation-menu {
    left: -62px;
    background-color: #50172b;
  }

  .navigation-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsla(0, 0%, 100%, 0.52);
    text-align: center;
  }

  .navigation-link.w--current {
    color: #fff;
    text-align: right;
  }

  .hamburger-button.w--open {
    background-color: #50172b;
  }

  .icon {
    color: #b47f92;
    font-size: 42px;
  }

  .services-button {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .hero-section-2.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .image-2 {
    margin-right: 5px;
    margin-left: 5px;
  }

  .heading {
    font-size: 32px;
  }

  .div-block-2 {
    margin: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .list-of-benefits {
    width: 86%;
  }

  .nav-link {
    text-align: center;
  }

  .icon-2 {
    color: #b47f92;
    font-size: 32px;
  }

  .nav-menu {
    background-color: #491427;
  }

  .menu-button {
    background-color: #50172b;
  }

  .section-subheading.center.off-white {
    padding-right: 47px;
    padding-left: 47px;
  }

  .blue-line {
    width: 39%;
  }

  .list-of-services {
    margin-left: 50px;
  }

  .image-11.pic2 {
    display: none;
  }

  .logo-services-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-17 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-18 {
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .image-18:hover {
    opacity: 0.62;
  }

  .paragraph-light {
    width: 95%;
    line-height: 27px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-menu {
    position: absolute;
    left: -52px;
    font-size: 16px;
  }

  .navigation-link {
    position: static;
    font-size: 18px;
  }

  .paragraph-7 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section-2.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-top: -97px;
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .paragraph-8 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .image-2 {
    display: none;
    margin-top: 13px;
  }

  .heading {
    width: 60%;
    font-size: 30px;
  }

  .div-block-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph-11 {
    margin-top: -9px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-heading.centered.white {
    font-size: 29px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .heading-7 {
    text-align: center;
  }

  .heading-5 {
    text-align: center;
  }

  .footer-link {
    text-align: center;
  }

  .paragraph {
    text-align: center;
  }

  .spc {
    margin-bottom: 30px;
  }

  .footer-text {
    margin-right: 38px;
    margin-left: 38px;
  }

  .list-of-benefits {
    width: 93%;
  }

  .nav-link {
    text-align: center;
  }

  .services-container1.overlay {
    margin-top: 0px;
  }

  .section-subheading.center {
    width: 97%;
  }

  .section-subheading.center.off-white {
    padding-right: 22px;
    padding-left: 22px;
  }

  .paragraph-4 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .list-container {
    margin-right: 15px;
    margin-left: 15px;
  }

  .blue-line {
    width: 50%;
  }

  .list-of-services {
    margin-left: 17px;
  }

  .service-text {
    padding-left: 10px;
  }

  .div-block-9 {
    width: 48px;
    height: 275px;
    max-height: none;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-11.pic4 {
    display: none;
  }

  .image-11.pic6 {
    display: none;
  }

  .logo-services-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-15 {
    margin-bottom: 10px;
  }

  .image-17 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-18 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .navigation-menu {
    position: absolute;
    left: -18px;
    top: 76px;
    width: 80%;
    min-width: 150%;
    background-color: #491427;
  }

  .navigation-link {
    margin: 10px;
    color: #fff;
  }

  .navigation-link:hover {
    color: #b47f92;
  }

  .navigation-link:active {
    color: #587964;
  }

  .navigation-link.w--current:hover {
    color: #404047;
  }

  .navigation-link.w--current:active {
    color: #587964;
  }

  .hamburger-button.w--open {
    background-color: #491427;
  }

  .icon {
    color: #b47f92;
    font-size: 40px;
  }

  .paragraph-7 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-button {
    margin-top: 9px;
    margin-bottom: 32px;
    border-radius: 8px;
    font-size: 16px;
  }

  .cta-button.all-caps {
    margin-right: 20px;
    border-radius: 8px;
    font-weight: 400;
  }

  .div-block {
    margin-top: 27px;
  }

  .hero-section-2.centered {
    padding-top: 60px;
    padding-bottom: 109px;
  }

  .hero-heading {
    margin-top: 0px;
  }

  .paragraph-8 {
    margin: 0px 6px;
  }

  .image-2 {
    margin-top: 10px;
    margin-left: 0px;
  }

  .heading {
    width: 92%;
    font-size: 27px;
  }

  .paragraph-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-11 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-heading.centered.white {
    color: #50172b;
    font-size: 23px;
  }

  .subheader.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .heading-4 {
    line-height: 28px;
  }

  .column-2 {
    padding-left: 10px;
  }

  .heading-5 {
    padding-left: 10px;
  }

  .paragraph {
    padding-right: 10px;
    padding-left: 10px;
  }

  .spc {
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .footer-2.center {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 20px;
  }

  .footer-text {
    font-size: 13px;
  }

  .list-of-benefits {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-9 {
    text-align: center;
  }

  .paragraph-13 {
    margin-bottom: 20px;
    text-align: center;
  }

  .nav-link.w--current:focus {
    color: #b47f92;
  }

  .nav-link.w--current:visited {
    color: #fffdfd;
  }

  .list {
    font-weight: 300;
  }

  .services-container1.overlay {
    margin-bottom: 0px;
  }

  .section-subheading.center {
    width: 96%;
    font-size: 14px;
    line-height: 23px;
  }

  .section-subheading.center.off-white {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .button-2 {
    width: 55%;
  }

  .paragraph-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list-container {
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-7 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .div-block-7 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blue-line {
    width: 69%;
    height: 5px;
    margin-top: -18px;
    font-size: 16px;
  }

  .section-title-group-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px 40px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .paragraph-17 {
    margin-bottom: -13px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-of-services {
    margin-left: 0px;
  }

  .service-text {
    padding-left: 10px;
    font-size: 14px;
  }

  .div-block-9 {
    display: none;
    overflow: visible;
    padding-top: 0px;
    opacity: 1;
  }

  .image-11.pic5 {
    display: block;
  }

  .text-block-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .about-section {
    height: 200px;
  }

  .about-heading {
    font-size: 20px;
  }

  .heading-10 {
    font-size: 22px;
  }
}

