<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temporary */
.intro__title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    .intro__title {
      font-size: 30px; } }

 @media only screen and (max-width: 504px) {
    .intro__title {
      font-size: 20px; } }

.better_border_intro {border: 2px solid #95a71e; padding: 10px; display: inline-block;font-size: 40px; line-height: 40px;}

 @media only screen and (max-width: 767px) {
      .better_border_intro {border: 2px solid #95a71e; padding: 10px; display: inline-block;font-size: 20px; line-height: 20px;} }

 @media only screen and (max-width: 504px) {
      .better_border_intro {border: 2px solid #95a71e; padding: 10px; display: inline-block;font-size: 20px; line-height: 10px;} }
   
.bg-sky {background-color: #196eb7!important; background-color:#FFF; opacity: 0.75;}
.bg-deep {background-color: #16284c!important; background-color:#FFF; opacity: 0.75;}

</pre></body></html>