.portfolio .figure img {
  width: 380px;
  height: 350px;
  object-fit: cover;
  max-width: 100%;
}
.portfolio figcaption {
  font-weight: 500;
  font-size: 18px;
  color: #07031a;
}

.about-img {
  position: relative;
}
.about-img-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(7, 3, 26, 0.75);
  mix-blend-mode: multiply;
  z-index: 2;
}
.about-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.hire h6 {
  font-weight: normal;
  font-size: 24px;
  color: #07031a;
}
.hire .btn {
  background: #07031a;
  width: 165px;
  height: 57px;
  padding: 15px 25px;
}
.hire .btn a {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}

/*# sourceMappingURL=home.css.map */
