@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
    font-weight: 700;
	
	  color: #1b1d21;
}

body {    font-family: "Nunito Sans", sans-serif; color: #6d6d6d}


p {
      font-family: "Nunito Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #6d6d6d;
}
.logoclass {
    padding: 10px;
}
  .hero-bannerct {
      position: relative;
      width: 100%;
      min-height: 510px;
      background: url("/sites/reunertconnect/image/jpeg/office.jpg") top center / cover no-repeat;
      display: flex;
      align-items: center;
      color: #fff;
    }

    .hero-contentct {
      position: relative;
      z-index: 2;
     text-transform: uppercase;
    }

    .hero-contentct h2 {
      font-size: 28px;
      line-height: 1.4;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .hero-bannerct {
        min-height: 300px;
        padding: 20px;
      }

      .hero-bannerct::before {
        width: 100%;
      }

      .hero-contentct h2 {
        font-size: 22px;
      }
    }


.ot-heading span {
	
	color:#43A9AC;
	
}
.ot-heading h2 {
    margin-bottom: 0;
    line-height: 48px;
}
a.btn-details {
	
	color:#43a9ac;
}
.logo-large {
    /* max-height: 213px; */
    max-width: 203px !important;
    padding: 8px;
}