.trial {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #DDDDE8;
}
.trial_CTA{
  padding-top: 30px;
  padding-bottom: 30px;
}

.trial_line_bottom {
  border-top: none;
  border-bottom: 1px solid #DDDDE8;
  margin-bottom: 80px;
}

.trial__subtitle{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 580px) {
  .trial_line_bottom {
    border-top: none;
    border-bottom: 1px solid #DDDDE8;
    margin-bottom: 0;
  }
  .trial__subtitle {
    font-size: 16px;
  }
}

.trial__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.trial__title {
  margin-bottom: 20px;
}

.trial_CTA .trial__title {
  font-size: 32px;
  font-weight: 600;
}

.trial__text {
  max-width: 830px;
  text-align: center;
  margin-bottom: 48px;
}

.trial__list {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.trial__item {
  position: relative;
  width: 100%;
  max-width: 280px;
}

.trial__item-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #8D21EF;
  margin: 0 auto 30px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  border: 15px solid #F7F0FE;
  padding-top: 1px;
}

.trial__item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.trial__item:after {
  content: '';
  position: absolute;
  right: -145px;
  top: 40px;
  width: 230px;
  height: 1px;
  background: #8D21EF;
}

.trial__item:last-child:after {
  display: none;
}

.trial__btn {
  margin-top: 40px;
  padding-left: 56px;
  padding-right: 56px;
}

.trial_CTA .trial__btn{
  margin-top: 0;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.trial__icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.trial__icon img,
.trial__icon svg {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.btn.--light_red:hover {
    color: #e75142;
    background: #fff;
}

.btn.--light_red {
    color: #fff;
    border: 1px solid #e75142;
    background: #e75142;
}

@media (max-width: 1024px) {
  .trial {
    padding-top: 76px;
  }

  .trial_CTA.trial {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .trial__text {
    max-width: 640px;
    margin-bottom: 40px;
  }

  .trial__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trial__item {
    margin-bottom: 99px;
  }

  .trial__item:after {
    z-index: 1;
    width: 6px;
    height: 63px;
    top: 134px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../../../uploads/divider.svg") no-repeat;
  }

  .trial__item:last-of-type {
    margin-bottom: 0;
  }

  .trial__item-count {
    margin: 0 auto 20px;
  }

  .trial__item-title {
    font-size: 12px;
  }

  .trial__btn.--lg {
    height: 75px;
  }

  .trial_CTA .trial__btn.--lg {
    height: 30px;
  }
}

@media (max-width: 580px) {
  .trial {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: none;
  }

  .trial__title {
    font-size: 24px;
    line-height: 30px;
  }

  .trial__btn {
    margin-top: 50px;
  }

  .trial__icon {
    width: 36px;
  }
}

/*******************************************************************************************/
.new_trial .trial__title {
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
}

.new_trial .trial__inner {
  max-width: 1170px;
}

.new_trial .trial__text {
  max-width: none;
  margin-bottom: 40px;
}

.new_trial .trial__item-title {
  font-size: 16px;
  line-height: 24px;
}

.new_trial .trial__item:after {
  right: -70%;
}

.new_trial .trial__btn {
  margin-top: 64px;
}

@media (max-width: 1440px) {
  .new_trial .trial__inner {
    max-width: 950px;
  }

  .new_trial .trial__item:after {
    right: -50%;
  }
}

@media (max-width: 1024px) {
  .new_trial .trial__item {
    margin-bottom: 160px;
  }

  .new_trial .trial__item:last-of-type {
    margin-bottom: 0;
  }

  .new_trial .trial__item:after {
    top: auto;
    bottom: -120px;
    width: 10px;
    height: 80px;
    background-size: contain;
    background-position: center;
  }

  .new_trial .trial__btn {
    margin-top: 40px;
  }
}

@media (max-width: 580px) {
  .new_trial.trial {
    padding-top: 64px;
    padding-bottom: 64px;
    border-top: 1px solid #DDDDE8;
  }

  .new_trial .trial__title {
    font-size: 28px;
    line-height: 36px;
  }

  .new_trial .t2 {
    font-size: 14px;
    line-height: 20px;
  }

}

@media (max-width: 580px) {
  .new_trial .trial__btn {
    width: 100%;
  }
}