.header-images {
  height: 40px;
}

.company-name {
  border-left: 2px solid #ddd;
  margin-bottom: 0;
  max-width: 170px;
  padding-left: 1rem;
  word-wrap: break-word;
}

/* overwrite bootstrap rules */
.bg-light {
  background-color: #f8f7fc !important;
}

.bg-secondary {
  background-color: #73bf45 !important;
}

a {
  color: #73bf45 !important;
  font-weight: 700 !important;
}

body {
  font-family: -apple-system, "Poppins", Roboto, "Helvetica Neue", Arial !important;
}

.btn-link, .btn-link:hover {
  color: #73bf45;
}

/*.accordion .btn-link {*/
  /*color: #000;*/
  /*font-weight: 600;*/
/*}*/

.scroll-top {

}
