@media (min-width: 768px) and (max-width: 1200px) {
  .project-row-list .single-project .image-sec {
    width: 40% !important;
  }
  .project-row-list .single-project .detail-sec {
    width: 60% !important;
  }
  .grid-view .single-project {
    width: 45% !important;
  }
  .grid-view .single-project .image-sec {
    width: 100% !important;
  }
  .grid-view .single-project .detail-sec {
    width: 100% !important;
  }
}
/*# sourceMappingURL=media_1200.css.map */