<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
# About2
--------------------------------------------------------------*/
.about2 {
  background: url("../img/bg4.jpg") center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}

.about2:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .about2 {
    background-attachment: fixed;
  }
}
</pre></body></html>