@font-face {
  font-family: harbara;
  src: url(/fonts/Harabara-mais/Harabara\ Mais.otf);
}
@font-face {
  font-family: harbaraLight;
  src: url(/fonts/Harabara-mais/Harabara\ Mais\ Light.otf);
}
@font-face {
  font-family: harbaraBlackItalic;
  src: url(/fonts/Harabara-mais/Harabara\ Mais\ Black\ Italic.otf);
}
@font-face {
  font-family: harbaraBlack;
  src: url(/fonts/Harabara-mais/Harabara\ Mais\ Black.otf);
}
@font-face {
  font-family: sfLight;
  src: url(/fonts/sf-ui-display-cufonfonts/sf-ui-display-light-58646b33e0551.otf);
}
@font-face {
  font-family: sfMed;
  src: url(/fonts/sf-ui-display-cufonfonts/sf-ui-display-medium-58646be638f96.otf);
}
@font-face {
  font-family: sfBold;
  src: url(/fonts/sf-ui-display-cufonfonts/sf-ui-display-bold-58646a511e3d9.otf);
}
html {
  font-size: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: sfLight;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: black;
}

li {
  list-style: none;
}

.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ac-c {
  align-items: center;
}

.header {
  height: 4.543323em;
  width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  background-color: white;
  top: 0;
  z-index: 10000;
}
.header nav {
  margin: 0;
  padding: 0;
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  align-content: flex-start;
}
.header nav .header__logo img {
  width: 5em;
}
@media (min-width: 87.5em) {
  .header nav .header__logo img {
    width: 7.5em;
    justify-content: space-between;
    margin-left: 2em;
  }
}
@media (min-width: 40em) {
  .header nav .header__logo img {
    width: 7.5em;
    justify-content: space-between;
    margin-left: 2em;
  }
}
@media (max-width: 63.9375em) {
  .header nav .header__logo img {
    width: 5em;
    justify-content: space-between;
  }
}
@media (max-width: 39.9375em) {
  .header nav .header__logo {
    margin: 0;
    padding: 0;
  }
}
.header nav .header__navItems {
  padding: 0;
  margin: 0;
}
.header nav .header__navItems .navLink {
  height: 4.543323em;
}
.header nav .header__navItems .navLink a {
  font-size: 0.1em;
  font-family: harbaraBlack;
  color: #425197;
  text-align: center;
  white-space: nowrap;
  height: inherit;
  transition: background-color 200ms ease-in-out;
}
.header nav .header__navItems .navLink a img {
  width: 1em;
}
@media (min-width: 87.5em) {
  .header nav .header__navItems .navLink a {
    font-size: 1.5em;
    padding: 0 2rem 0 2rem;
  }
}
@media (min-width: 64em) {
  .header nav .header__navItems .navLink a {
    font-size: 1.5em;
    padding: 0 2.5rem 0 2.5rem;
  }
}
@media (min-width: 40em) {
  .header nav .header__navItems .navLink a {
    font-size: 1.3em;
    padding: 0 2.2rem 0 2.2rem;
  }
}
@media (max-width: 63.9375em) {
  .header nav .header__navItems .navLink a {
    font-size: 1.2em;
  }
}
@media (max-width: 39.9375em) {
  .header nav .header__navItems .navLink a {
    font-size: 0.9em;
    padding: 0.4em;
  }
}
.header nav .header__navItems .navLink a:hover {
  background-color: #F1F3FA;
  box-shadow: inset 0 -5px 0 #425197;
}
@media (min-width: 87.5em) {
  .header nav {
    padding: 0.1rem 9rem;
  }
}
@media (min-width: 64em) {
  .header nav {
    padding: 0.1rem 4rem;
  }
}
@media (min-width: 40em) {
  .header nav {
    padding: 0.1rem 4rem;
  }
}
@media (min-width: ) {
  .header nav {
    padding: 0.1rem 4rem;
  }
}
@media (max-width: 63.9375em) {
  .header nav {
    justify-content: center;
    padding: 0;
    margin: 0 2em;
  }
}
@media (max-width: 39.9375em) {
  .header nav {
    justify-content: center;
    padding: 0;
    margin: 0 2em;
  }
}

.pageTitle {
  margin: 2em 0 0.5em 0;
  font-size: 2.5em;
  font-family: harbaraBlack;
  color: #425197;
  text-align: center;
  padding: 0.5em 0 0 0;
}
@media (min-width: 64em) {
  .pageTitle {
    font-size: 3.75em;
    margin: 1em 0 0.5em 0;
  }
}

.aboutUsHero {
  width: 100%;
}
@media (min-width: 64em) {
  .aboutUsHero {
    padding: 2.5em;
  }
}
@media (min-width: 87.5em) {
  .aboutUsHero {
    display: flex;
  }
}
.aboutUsHero .aboutUsHero__image {
  position: relative;
  width: 100%;
  padding: 0 1em 1.5em 1em;
}
.aboutUsHero .aboutUsHero__image img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 64em) {
  .aboutUsHero .aboutUsHero__image {
    margin-top: -3em;
  }
  .aboutUsHero .aboutUsHero__image img {
    width: 40em;
  }
}
@media (max-width: 63.9375em) {
  .aboutUsHero .aboutUsHero__image img {
    width: 40em;
  }
}
@media (max-width: 39.9375em) {
  .aboutUsHero .aboutUsHero__image img {
    width: 18em;
  }
}
@media (min-width: 87.5em) {
  .aboutUsHero .aboutUsHero__image {
    order: 2;
    flex: 1;
  }
}
@media (min-width: 100em) {
  .aboutUsHero .aboutUsHero__image img {
    width: 32em;
  }
}
.aboutUsHero .aboutUsHero__text {
  padding: 0 0.2rem 0 0.2rem;
}
.aboutUsHero .aboutUsHero__text p {
  font-size: 1em;
}
.aboutUsHero .aboutUsHero__text p span {
  font-family: sfMed;
  font-weight: 900;
}
.aboutUsHero .aboutUsHero__text h4 {
  font-size: 1.2em;
  font-family: sfBold;
}
.aboutUsHero .aboutUsHero__text h4 span {
  color: #FF6701;
}
@media (min-width: 64em) {
  .aboutUsHero .aboutUsHero__text {
    padding: 0 2.5em;
  }
  .aboutUsHero .aboutUsHero__text p {
    font-size: 1.4em;
  }
  .aboutUsHero .aboutUsHero__text h4 {
    font-size: 1.5em;
  }
}
@media (max-width: 63.9375em) {
  .aboutUsHero .aboutUsHero__text {
    padding: 0 2.5em;
  }
  .aboutUsHero .aboutUsHero__text p {
    font-size: 1.3em;
  }
  .aboutUsHero .aboutUsHero__text h4 {
    font-size: 1.4em;
  }
}
@media (max-width: 39.9375em) {
  .aboutUsHero .aboutUsHero__text {
    padding: 0 2.5em;
  }
  .aboutUsHero .aboutUsHero__text p {
    font-size: 1.1em;
  }
  .aboutUsHero .aboutUsHero__text h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 87.5em) {
  .aboutUsHero .aboutUsHero__text {
    order: 1;
    flex: 1;
  }
  .aboutUsHero .aboutUsHero__text p {
    font-size: 1.4em;
    line-height: 1.5;
  }
  .aboutUsHero .aboutUsHero__text h4 {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
@media (min-width: 100em) {
  .aboutUsHero .aboutUsHero__text p {
    font-size: 1.2em;
    line-height: 1.6;
  }
  .aboutUsHero .aboutUsHero__text h4 {
    font-size: 1.4em;
    line-height: 1.6;
  }
}

.footer {
  position: relative;
  background-color: #FF6701;
  text-align: center;
  flex-direction: column;
  padding: 1.5em 0;
}
@media (min-width: 64em) {
  .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3em 8em 1.5em 8em;
    height: 14.25em;
  }
}
.footer a {
  font-size: 0.875rem;
  color: white;
}
.footer__info {
  color: white;
  font-size: 0.875rem;
  flex: 1;
  order: 2;
}
.footer__info .footerLogo img {
  width: 9em;
  margin-bottom: 1.5em;
}
@media (min-width: 64em) {
  .footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    order: 1;
  }
  .footer__info .footerLogo {
    margin-bottom: 5em;
  }
  .footer__info .footer__copyright {
    font-size: 1.2em;
    white-space: nowrap;
  }
}
.footer__Links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__Links a {
  margin-bottom: 1em;
  text-decoration: none;
  text-underline-offset: 20px;
  transition: -webkit-text-decoration-color 300ms;
  transition: text-decoration-color 300ms;
  transition: text-decoration-color 300ms, -webkit-text-decoration-color 300ms;
}
.footer__Links a:hover {
  -webkit-text-decoration-color: rgb(156, 156, 156);
          text-decoration-color: rgb(156, 156, 156);
  -webkit-text-decoration: underline 2px white;
          text-decoration: underline 2px white;
}
.footer__Links img {
  margin-right: 0.5em;
}
@media (min-width: 64em) {
  .footer__Links {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1;
    order: 2;
    flex-direction: row;
  }
  .footer__Links a {
    margin-right: 2.5em;
    font-size: 1.25rem;
    white-space: nowrap;
  }
}

.contact {
  background-color: #425197;
}
.contact .heroBg {
  position: relative;
  background-image: url("/imgs/contactUsBg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 55rem;
}
.contact .contactUsWrapper {
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 60rem;
  width: 100%;
  top: 0;
}
.contact .contactUsWrapper .pageTitle {
  margin: 2em 0 0.5em 0;
  font-size: 2.5em;
  font-family: harbaraBlack;
  color: #425197;
  text-align: center;
  padding: 0.5em 0 0 0;
  background-color: none;
}
@media (min-width: 64em) {
  .contact .contactUsWrapper .pageTitle {
    font-size: 3.75em;
    margin: 1.2em 0 0.5em 0;
  }
}
.contact .contactUsWrapper .emailBox {
  background-color: white;
  border: 0.5px solid #BBAB8B;
  border-radius: 15px;
  width: 16.5em;
  padding: 2em 0;
}
.contact .contactUsWrapper .emailBox h3 {
  padding: 0 1.5em;
  font-family: sfBold;
}
.contact .contactUsWrapper .emailBox a {
  color: #FF6701;
  font-size: 1em;
}
@media (min-width: 64em) {
  .contact .contactUsWrapper .emailBox {
    width: 67.5rem;
    height: 22rem;
  }
  .contact .contactUsWrapper .emailBox h3 {
    font-size: 1.85rem;
  }
  .contact .contactUsWrapper .emailBox a {
    font-size: 1;
  }
}
.contact .contactUsWrapper h2 {
  font-family: harbaraBlackItalic;
  color: white;
  padding: 0 2.5em;
}
@media (min-width: 64em) {
  .contact .contactUsWrapper h2 {
    font-size: 2em;
  }
}
.contact .contactUsWrapper .followBtn {
  margin-top: 10px;
  background-color: white;
  width: 300px;
  display: flex;
  justify-content: center;
  padding: 10px 0 10px 0;
  border-radius: 22px;
}
.contact .contactUsWrapper .followBtn a {
  color: #425197;
  font-size: 20px;
  font-family: harbara;
  text-decoration: none;
  font-weight: 700;
}
.contact .contactUsWrapper .followBtn:hover {
  background-color: #FF6701;
}
.contact .contactUsWrapper .followBtn:hover a {
  color: white;
}

@media (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none;
  }
}

@media (min-width: 40em) {
  .hide-for-desktop {
    display: none;
  }
}

.homeHeader {
  background-color: transparent;
  box-shadow: none;
  transition: 0.25s ease-in-out;
}
.homeHeader nav {
  margin: 0;
  padding: 0;
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  align-content: flex-start;
}
.homeHeader nav .header__logo img {
  width: 5em;
}
@media (min-width: 87.5em) {
  .homeHeader nav .header__logo img {
    width: 7.5em;
    justify-content: space-between;
  }
}
@media (min-width: 40em) {
  .homeHeader nav .header__logo img {
    width: 7.5em;
    justify-content: space-between;
  }
}
@media (max-width: 63.9375em) {
  .homeHeader nav .header__logo img {
    width: 5em;
    justify-content: space-between;
  }
}
@media (max-width: 39.9375em) {
  .homeHeader nav .header__logo {
    margin: 0;
    padding: 0;
  }
}
.homeHeader nav .header__navItems {
  padding: 0;
  margin: 0;
}
.homeHeader nav .header__navItems .homeNavLink {
  height: 4.543323em;
}
.homeHeader nav .header__navItems .homeNavLink a {
  font-size: 0.1em;
  font-family: harbara;
  color: white;
  text-align: center;
  white-space: nowrap;
  height: inherit;
  transition: background-color 200ms ease-in-out;
}
.homeHeader nav .header__navItems .homeNavLink a img {
  width: 1em;
}
@media (min-width: 87.5em) {
  .homeHeader nav .header__navItems .homeNavLink a {
    font-size: 1.5em;
    padding: 0 2rem 0 2rem;
  }
}
@media (min-width: 64em) {
  .homeHeader nav .header__navItems .homeNavLink a {
    font-size: 1.5em;
    padding: 0 2.5rem 0 2.5rem;
  }
}
@media (min-width: 40em) {
  .homeHeader nav .header__navItems .homeNavLink a {
    font-size: 1.3em;
    padding: 0 2.2rem 0 2.2rem;
  }
}
@media (max-width: 63.9375em) {
  .homeHeader nav .header__navItems .homeNavLink a {
    font-size: 1.2em;
  }
}
@media (max-width: 39.9375em) {
  .homeHeader nav .header__navItems .homeNavLink a {
    font-size: 0.9em;
    padding: 0.4em;
  }
}
.homeHeader nav .header__navItems .homeNavLink a:hover {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-offset: 1.2em;
  text-decoration-thickness: 3px;
}
@media (min-width: 87.5em) {
  .homeHeader nav .header__navItems {
    margin: 0 3em;
  }
}
@media (min-width: 87.5em) {
  .homeHeader nav {
    padding: 0.1rem 9rem;
  }
}
@media (min-width: 64em) {
  .homeHeader nav {
    padding: 0.1rem 4rem;
  }
}
@media (min-width: 40em) {
  .homeHeader nav {
    padding: 0.1rem 4rem;
  }
}
@media (min-width: ) {
  .homeHeader nav {
    padding: 0.1rem 4rem;
  }
}
@media (max-width: 63.9375em) {
  .homeHeader nav {
    justify-content: center;
    padding: 0;
    margin: 0 2em;
  }
}
@media (max-width: 39.9375em) {
  .homeHeader nav {
    justify-content: center;
    padding: 0;
    margin: 0 2em;
  }
}

.navbar-color {
  background-color: white;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.navbar-color nav .header__navItems .homeNavLink a {
  color: #425197;
}
.navbar-color nav .header__navItems .homeNavLink a:hover {
  background-color: #F1F3FA;
  box-shadow: inset 0 -5px 0 #425197;
}

.bgImg {
  width: 28.375rem;
  min-height: 19rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.bgImg img {
  width: 100%;
}
@media (min-width: 40em) {
  .bgImg {
    display: flex;
    justify-content: flex-end;
    width: 35rem;
  }
}
@media (max-width: 87.4375em) {
  .bgImg {
    display: flex;
    justify-content: flex-end;
    width: 38rem;
  }
}
@media (min-width: 87.5em) {
  .bgImg {
    display: flex;
    justify-content: flex-end;
    width: 45rem;
  }
}
@media (min-width: 100em) {
  .bgImg {
    display: flex;
    justify-content: flex-end;
    width: 52rem;
  }
}

@media (min-width: ) {
  .hero {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 40em) {
  .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3em;
    margin-top: 4em;
    margin-bottom: -2.8em;
  }
}
.hero .phoneWidget {
  display: flex;
  width: 2.375rem;
  margin-top: 8rem;
}
@media (min-width: 40em) {
  .hero .phoneWidget {
    flex: 1;
    order: 2;
    width: 30rem;
    margin-top: 4rem;
    justify-content: center;
  }
}
.hero .phoneWidget .phone img {
  width: 16rem;
}
@media (min-width: 40em) {
  .hero .phoneWidget .phone img {
    width: 23rem;
  }
}
.hero .phoneWidget #leftBtn {
  z-index: 100;
  margin-right: -30px;
  box-shadow: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.25s;
}
.hero .phoneWidget #leftBtn img {
  width: 5rem;
}
.hero .phoneWidget #rightBtn {
  z-index: 100;
  margin-left: -30px;
  box-shadow: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.25s;
}
.hero .phoneWidget #rightBtn img {
  width: 5rem;
}
@media (min-width: 40em) {
  .hero .jongDescription {
    flex: 1;
    order: 1;
  }
}
@media (max-width: 87.4375em) {
  .hero .jongDescription {
    flex: 1;
    order: 1;
    margin-left: 3em;
  }
}
@media (max-width: 63.9375em) {
  .hero .jongDescription {
    margin-left: 1em;
  }
}
.hero .jongDescription h1 {
  font-family: harbaraBlackItalic;
  font-size: 2.5em;
  line-height: 1;
  text-align: center;
  margin-top: 1em;
}
@media (min-width: 40em) {
  .hero .jongDescription h1 {
    text-align: start;
    padding-left: 0.8em;
    margin-top: -1em;
  }
}
@media (max-width: 39.9375em) {
  .hero .jongDescription h1 {
    text-align: start;
    padding-left: 2em;
  }
}
@media (min-width: 64em) {
  .hero .jongDescription h1 {
    text-align: start;
    padding-left: 0.8em;
    margin-top: -1em;
  }
}
@media (max-width: 63.9375em) {
  .hero .jongDescription h1 {
    font-size: 2em;
  }
}
.hero .jongDescription h1 span {
  color: #FF6701;
}
.hero .jongDescription p {
  font-size: 1em;
  padding: 0 2em;
}
.hero .jongDescription p span {
  font-family: sfBold;
}
@media (max-width: 63.9375em) {
  .hero .jongDescription p {
    font-size: 1em;
    line-height: 1.3;
  }
}
@media (min-width: 100em) {
  .hero .jongDescription p {
    font-size: 1.2em;
  }
}
@media (max-width: 39.9375em) {
  .hero .jongDescription p {
    padding-left: 0.8em;
  }
}
.hero .jongDescription h3 {
  font-family: sfMed;
  font-size: 1.2em;
  padding: 0 1.5em;
}
.hero .jongDescription h3 span {
  color: #FF6701;
}
@media (max-width: 63.9375em) {
  .hero .jongDescription h3 {
    font-size: 1em;
    line-height: 1.3;
    padding: 0 0 0 2em;
    margin-left: 0.1em;
  }
}
@media (min-width: 100em) {
  .hero .jongDescription h3 {
    margin-left: 0.5em;
  }
}
@media (max-width: 39.9375em) {
  .hero .jongDescription h3 {
    padding-left: 0.8em;
    padding-right: 0.8em;
  }
}

.sectionTwo {
  background-image: url("/imgs/sectionBg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 40em) {
  .sectionTwo {
    height: 38em;
  }
}
@media (min-width: 87.5em) {
  .sectionTwo {
    height: 41em;
  }
}
@media (max-width: 39.9375em) {
  .sectionTwo {
    height: 790px;
    background-repeat: repeat-y;
  }
}
.sectionTwo .container {
  display: grid;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 6em;
  height: 25rem;
  margin-bottom: -6em;
}
@media (min-width: 40em) {
  .sectionTwo .container {
    display: flex;
    bottom: 21em;
  }
}
@media (min-width: 87.5em) {
  .sectionTwo .container {
    bottom: 23em;
  }
}
@media (min-width: 100em) {
  .sectionTwo .container {
    top: 9.8em;
  }
}
@media (max-width: 99.9375em) {
  .sectionTwo .container {
    top: 9.8em;
  }
}
@media (max-width: 87.4375em) {
  .sectionTwo .container {
    top: 7.7em;
  }
}
@media (max-width: 39.9375em) {
  .sectionTwo .container {
    top: 6em;
  }
}
.sectionTwo .container .infoBox {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.137);
  box-shadow: 0 4px 25px #333333;
  width: 17em;
  height: 10em;
  border-radius: 20px;
  padding: 0 1.5em;
  margin-bottom: 1.3em;
  z-index: 1;
}
@media (min-width: 40em) {
  .sectionTwo .container .infoBox {
    margin: 1em;
  }
}
@media (min-width: 87.5em) {
  .sectionTwo .container .infoBox {
    width: 23em;
    height: 12em;
  }
}
@media (max-width: 39.9375em) {
  .sectionTwo .container .infoBox {
    width: 15em;
    height: 8em;
  }
}
.sectionTwo .container .infoBox .boxTitle {
  font-family: sfBold;
  font-size: 1.2em;
  font-weight: 300;
}
@media (min-width: 87.5em) {
  .sectionTwo .container .infoBox .boxTitle {
    margin-top: 2em;
  }
}
@media (max-width: 39.9375em) {
  .sectionTwo .container .infoBox .boxTitle {
    margin-top: 1em;
  }
}
.sectionTwo .container .infoBox p {
  font-size: 0.95em;
  line-height: 1.4;
}
@media (min-width: 87.5em) {
  .sectionTwo .container .infoBox p {
    line-height: 1.5;
  }
}
@media (max-width: 39.9375em) {
  .sectionTwo .container .infoBox p {
    line-height: 1.4;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
  }
}
.sectionTwo .wrapper {
  text-align: center;
  position: relative;
  bottom: 5em;
}
@media (min-width: 40em) {
  .sectionTwo .wrapper {
    bottom: 17em;
  }
}
@media (min-width: 87.5em) {
  .sectionTwo .wrapper {
    bottom: 19em;
  }
}
@media (min-width: 100em) {
  .sectionTwo .wrapper {
    top: 15em;
  }
}
@media (max-width: 99.9375em) {
  .sectionTwo .wrapper {
    top: 15em;
  }
}
@media (max-width: 87.4375em) {
  .sectionTwo .wrapper {
    top: 11em;
  }
}
@media (max-width: 39.9375em) {
  .sectionTwo .wrapper {
    top: 12em;
  }
}
.sectionTwo .wrapper h3 {
  font-family: sfMed;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.4;
  padding: 0 1.2em;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 39.9375em) {
  .sectionTwo .wrapper h3 {
    font-size: 1.5em;
  }
}
.sectionTwo .wrapper h2 {
  font-family: harbaraBlackItalic;
  font-size: 1.8em;
  color: #425197;
  margin: 1.8rem 0 0 0;
}
@media (max-width: 39.9375em) {
  .sectionTwo .wrapper h2 {
    margin-top: 0.5em;
    margin-bottom: 2em;
    font-size: 1.5em;
  }
}

.igInfo {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 87.5em) {
  .igInfo {
    height: 15em;
    margin-top: 1em;
  }
}
@media (max-width: 39.9375em) {
  .igInfo {
    margin-top: -2em;
  }
}
.igInfo h3 {
  font-family: harbaraBlackItalic;
  font-size: 2em;
  color: #333333;
  line-height: 1.3;
}
.igInfo h3 span {
  color: #FF6701;
}
.igInfo .followBtn {
  background-color: #425197;
  width: 14.75em;
  display: flex;
  justify-content: center;
  padding: 0.5em 0 0.5em 0;
  border-radius: 22px;
  margin-bottom: 2.5em;
}
.igInfo .followBtn a {
  color: white;
  font-size: 1em;
  font-family: harbaraLight;
  text-decoration: none;
  font-weight: 700;
}
.igInfo .followBtn:hover {
  background-color: white;
  border: solid;
  border-color: #425197;
  border-width: 0.1em;
}
.igInfo .followBtn:hover a {
  color: #425197;
}/*# sourceMappingURL=style.css.map */