/*! Page About Image Background */
body {
  background-image: linear-gradient(
      to bottom,
      rgba(63, 85, 86, 0.3),
      rgba(63, 85, 86, 0.3)
    ),
    url("images/img-bg-1.webp");
  background-position: center center;
  background-size: cover;
}

.col-bg-gray {
  background: rgb(0, 0, 0);
  opacity: 0.7;
  padding: 40px !important;
  margin-bottom: 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  .col-bg-gray {
    margin-bottom: 20px;
  }
}

.col-dx-about {
  margin-top: 200px;
}
.col-dx-about img {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  .col-dx-about {
    margin-top: 20px;
  }
}

.aboutus-ontext {
  font-weight: 900;
  text-align: center;
  display: none;
}
.aboutus-onimg {
  font-weight: 900;
  text-align: left;
}
@media (max-width: 768px) {
  .aboutus-ontext {
    font-weight: 900;
    text-align: center;
    display: inline-block;
  }
  .aboutus-onimg {
    font-weight: 900;
    text-align: left;
    display: none;
  }
}

#text-nyc {
  margin-top: 0;
  margin-bottom: 100px;
}
#text-nyc h2 {
  font-weight: 900;
  text-align: right;
}
@media (max-width: 768px) {
  #text-nyc {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #text-nyc h2 {
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
  }
}
