.card-wrap {
  margin: 50px 0;
}

.title-wrap h1 {
  font-size: 30px;
  font-weight: 700;
  color: black;
  margin: 20px 0;
}

.content-wrap {
  position: relative;
}

.description-wrap {
  position: absolute;
  width: 30%;
}

.description-wrap h2 {
  font-size: 30px;
  margin: 20px 0;
  font-weight: 700;
  color: black;
}

.images-wrap {
  padding: 30px;
  width: 60%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}

.images-wrap img {
  width: 100%;
}

.list-item {
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
  padding: 0 0 12px 34px;
}

.list-item:before {
  display: block;
  content: "";
  background: #ff6f3d;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  top: 15px;
  left: -28px;
  position: relative;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.title-wrap {
  text-align: center;
}

@media (min-width: 970px) {
  .preview-right {
    top: 50%;
    left: 80%;
    transform: translate(-50%, -80%);
  }

  .preview-left {
    top: 30%;
    left: 25%;
    transform: translate(-50%, -25%);
  }
}

.mr {
  margin-left: 40%;
}

@media (max-width: 970px) {
  .description-wrap {
    width: 100%;
    position: relative;
  }

  .images-wrap {
    width: 100%;
  }

  .mr {
    margin: 0;
  }
}
