<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-trusted-professional{
  /* background-image: url('../img/OurCompetitiveAdvantage/hero-section.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}


.hero-text-image-container {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: 4rem;
  padding: 1%;
}

.min-vh-custom {
  min-height: 61vh;
  text-align: center;
}

.white-button{
  background-color: #ffffff;
  border: none;
  color: #18212e;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.button-container{
  padding-top: 3%;
}</pre></body></html>