.no-gutters .project-img {
  position: absolute;
  margin-top: 25px;
  z-index: 2;
}
.no-gutters .project-img img {
  width: 345px;
  height: 195px;
}
.no-gutters .project-body {
  position: relative;
  left: 220px;
  padding-left: 130px;
  width: 650px;
  height: 245px;
  z-index: 1;
}
.no-gutters .project-body a {
  background: linear-gradient(264deg, #3281e5 0%, #2ac7ab 100%);
  color: #ffffff;
}
.no-gutters .project-body:hover {
  background: linear-gradient(264deg, #3281e5 0%, #2ac7ab 100%);
  color: #ffffff;
}
.no-gutters .project-body:hover a {
  background: #ffffff;
  color: #000;
}
@media (max-width: 417px) {
  .no-gutters .project-img {
    position: absolute;
    margin-top: 15px;
    z-index: 2;
  }
  .no-gutters .project-img img {
    width: 155px;
    height: 115px;
  }
  .no-gutters .project-body {
    position: relative;
    left: 120px;
    padding-left: 30px;
    width: 275px;
    height: 145px;
    z-index: 1;
    font-size: 10px;
  }
  .no-gutters .project-body a {
    background: linear-gradient(264deg, #3281e5 0%, #2ac7ab 100%);
    color: #ffffff;
    font-size: 0.8rem;
  }
  .no-gutters .project-body:hover {
    background: linear-gradient(264deg, #3281e5 0%, #2ac7ab 100%);
    color: #ffffff;
  }
  .no-gutters .project-body:hover a {
    background: #ffffff;
    color: #000;
  }
}
/*# sourceMappingURL=projectList.css.map */