<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.grid {
  column-count: 4;
  column-gap: .5em;
  margin: auto;
  width: 100%;
}

.photoGallery &gt;&nbsp;img {
  height: auto;
  max-width: 100%;
}

@media(max-width: 800px) {
    .grid {
      column-count: 3;
  }
}

@media(max-width: 600px) {
    .grid {
      column-count: 2;
  }
}

@media(max-width: 400px) {
    .grid {
      column-count: 1;
  }
}

/******************************************/

.blog-details .bottom-widget .share-icon a {
  color: #000;
}
.blog-details .bottom-widget .share-icon a:hover{
  color: #e7622c;
}

/******************************************/

/*.pricing-card-one:hover {
  background-color: #e7622c;
}

.pricing-card-one:hover h2 {
  color: white!important;
}

.pricing-card-one:hover ul li {
  color: white!important;
}*/
</pre></body></html>