.single-_work {
  padding-top: 3rem;
}
.single-_work ._work {
  justify-content: space-between;
}
.single-_work .left {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single-_work h1 {
  font-size: 40px !important;
  font-family: "Science Gothic";
  font-weight: 400;
  line-height: 1.4;
}
.single-_work .name {
  font-weight: 400;
  opacity: 0.6;
  font-size: 17px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.single-_work .text {
  font-weight: 400;
  padding-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.single-_work .text:before, .single-_work .text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.single-_work .text:before {
  background: url("../img/qips.svg") no-repeat left/contain;
  width: 50px;
  height: 30px;
}
.single-_work .button {
  margin-top: auto;
}
.single-_work .button span {
  display: block;
  margin-bottom: 1.5rem;
}
.single-_work .right img {
  border-radius: 10px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .single-_work h1 {
    margin-bottom: 0;
  }
  .single-_work .name {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1200px) {
  .single-_work h1 {
    font-size: 35px !important;
  }
}
@media (max-width: 992px) {
  .single-_work ._work .text {
    padding-top: 1.75rem;
  }
  .single-_work ._work .text:before {
    width: 30px;
    height: 25px;
  }
  .single-_work h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 768px) {
  .single-_work {
    padding-top: 1rem;
  }
  .single-_work ._work {
    justify-content: center;
    row-gap: 1rem;
  }
  .single-_work h1, .single-_work .name {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .single-_work h1 {
    font-size: 25px !important;
  }
}

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