.trial {
  background-color: #faf5f0;
}
.trial .trial-wrap {
  padding: 140px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.trial-image svg {
  display: block;
}
.trial-image #trial-set {
  transform-origin: center;
  transform-box: fill-box;
}
/* .trial-image .trial-d {transition:all 0.3s linear}
.trial-image.active .trial-d {transform: translateY(-73px);} */
.trial-wrap .trial-left {
  padding-right: 35px;
  width: 443px;
  position: relative;
}
.trial .trial-wrap .trial-left .trial-button {
  position: relative;
}
.trial .trial-wrap .trial-left .trial-button:before {
  content: "";
  display: block;
  width: 673px;
  height: 146px;
  background-image: url(../../assets/images/svb.svg);
  position: absolute;
  bottom: 0;
  left: -583px;
  top: 113px;
}
.trial-left .trial-title {
  color: #13132b;
  font-weight: bold;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 16px;
}
.trial-left .trial-desc {
  font-family: "Inter", Arial, Tahoma, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}
.trial-left .trial-button a {
  display: block;
  color: #fff;
  padding: 17px 15px;
  text-align: center;
  width: 216px;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  border-radius: 3px;
  background-color: #51bbc9;
  color: #fff;
}
.trial-left .trial-button a:hover {
  background-color: #3b919d;
}

@media only screen and (max-width: 600px) {
  .trial .trial-wrap {
    padding: 70px 0;
  }
  .trial .trial-wrap .trial-left .trial-button:before {
    top: 74px;
    left: -574px;
  }
}

@media only screen and (max-width: 760px) {
  .trial .trial-wrap {
    padding: 100px 0;
    flex-wrap: wrap;
  }
  .trial-wrap .trial-left {
    margin-bottom: 80px;
  }
  .trial-image {
    padding: 0 15px;
  }
  .trial-image svg {
    width: 432px;
    max-width: 100%;
    height: auto;
  }
  .trial .trial-wrap:before {
    bottom: 40%;
    width: 82%;
  }
}

@media only screen and (max-width: 1000px) {
  .trial-image svg {
    width: 380px;
  }
  .trial .trial-wrap {
    padding: 120px 0;
  }
  .trial-left .trial-desc {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 96px;
  }
  .trial .trial-wrap .trial-left .trial-button:before {
    top: 84px;
  }
}

@media only screen and (max-width: 1260px) {
  .trial .trial-wrap:before {
    width: 50%;
    margin-left: 5%;
    background-position: right center;
  }
}
