.project-single-row .shape {
  transform: translateY(-50%) translateX(-50%) scaleX(-1);
  z-index: -1; }
  .project-single-row .shape.reverse-shape {
    transform: translateY(-50%) translateX(-50%) scaleX(-1); }
.project-single-row .img {
  max-height: 350px; }
  .project-single-row .img img {
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%); }
.project-single-row .img-container {
  height: 28px; }

@media screen and (max-width: 992px) {
  .project-single-row .img {
    max-height: 250px; } }
.project-single .btn {
  background-color: var(--color); }

.project-single-img .box {
  height: 300px; }
  .project-single-img .box img {
    object-position: top; }

@media screen and (max-width: 992px) {
  .project-single-img .box {
    height: 250px; } }

/*# sourceMappingURL=project-single.css.map */
