@font-face {
  font-family: "Inter-Regular";
  src: url("../../fonts/inter-fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../../fonts/inter-fonts/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraLight";
  src: url("../../fonts/inter-fonts/Inter-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../../fonts/inter-fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../../fonts/inter-fonts/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../../fonts/inter-fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../../fonts/inter-fonts/Inter-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Black";
  src: url("../../fonts/inter-fonts/Inter-Black.ttf") format("truetype");
}
:root {
  --primary-regular-font: "Inter-Regular", sans-serif;
  --primary-light-font: "Inter-Light", sans-serif;
  --primary-extra-light-font: "Inter-ExtraLight", sans-serif;
  --primary-medium-font: "Inter-Medium", sans-serif;
  --primary-semi-bold-font: "Inter-SemiBold", sans-serif;
  --primary-bold-font: "Inter-Bold", sans-serif;
  --primary-extra-bold-font: "Inter-ExtraBold", sans-serif;
  --primary-black-font: "Inter-Black", sans-serif;
}

:root {
  --primary-color: #f9d227;
  --primary-color-2: #062c3d;
  --social-links: #3b5998;
  --shadow1: rgba(221, 221, 221, 0.8666666666666667);
  --black: #000000;
  --white: #ffffff;
  --light-grey: #f3f3f3;
  --grey: #eaeaea;
  --grey2: #e5e5e5;
  --grey4: #636363;
  --grey5: #7e7e7e;
   --grey7: #fbfbfb;
   --grey8: #dfdfdf;
  --light-blue: #92dce0;
}

.aboutSection {
  background-image: url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/aboutUs/nice-01.webp");
  background-position: right center;
}
@media screen and (max-width: 991px) {
  .aboutSection {
    min-height: unset;
    background-position: 45% center;
  }
}
@media screen and (max-width: 767px) {
  .aboutSection {
    background-position: 85% center;
  }
}

.aboutContentArea .contentArea .description-box {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .aboutContentArea .contentArea .description-box {
    width: 82%;
  }
}
.aboutContentArea .contentArea .description-box .sectionHeading {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}
.aboutContentArea .contentArea .description-box .contentList {
  padding-left: 26px;
}
.aboutContentArea .contentArea .description-box .contentList .contentListItem {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--black);
  padding-left: 25px;
  margin-bottom: 15px;
}
.aboutContentArea .contentArea .description-box .contentList .contentListItem::marker {
  font-size: 0;
}
.aboutContentArea .contentArea .description-box .contentList .contentListItem::before {
  opacity: 1;
  position: absolute;
  content: "";
  background: url("https://stghorizon.wpenginepowered.com/wp-content/themes/horizon/assets/img/icons/primitive-dot.png");
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding-right: 42px;
  margin-top: 5px;
}/*# sourceMappingURL=about-us.css.map */