.relative {
  position: relative;
}
.our-work-full.relative:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 388px;
  border-radius: 40px 40px 0 0;
  background: #136cfa;
}
@media screen and (max-width: 768px) {
  .our-work-full.relative:after {
  height: 202px;
        bottom: -35px;
  }
}
.our-work-full.relative img {
  position: relative;
  z-index: 2;
}
.our-work-content.border-radius {
  border-radius: 40px 40px 0 0;
}
.our-work-content.mtnone {
  margin-top: 0;
} /*# sourceMappingURL=recruitadd.css.map */