<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sarns-search-banner__container {
  background: url(/sites/default/files/2024-05/sarns-banner.jpg)
    no-repeat right 17% / cover;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 1.5rem 0 1.5rem 2.25rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  font-weight: 600;
}
.sarns-search-banner__text {
  color: #fff;
  /*font-family: Whitney;*/
  font-size: 2rem;
  margin: 0;
  text-shadow: 0 0 15px black;
}

.sarns-search-banner__text span {
  color: #fff;
  display: inline-block;
  margin-left: 0.25rem;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .sarns-search-banner__text {
    font-size: 1.5rem;
  }
}
@media (max-width: 650px) {
  .sarns-search-banner__container {
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0;
    background-size: auto;
    background-position: left bottom;
  }
  .sarns-search-banner__image {
    height: 4.75rem;
  }

  .sarns-search-banner__text {
    text-align: center;
    font-size: 1rem;
  }
}
</pre></body></html>