@charset "utf-8";

/* commercial */
.commercial {
  padding: 1rem;
}
@media only screen and (min-width: 720px) {
  .commercial {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .commercial {
    padding: 2rem;
    width: 960px;
  }
}
.commercial footer {
  padding: 1.5rem 0 1rem;
}
@media only screen and (min-width: 720px) {
  .commercial footer {
    position: relative;
  }
}
.commercial__text {
  margin: 2.5rem 0 1.5rem;
}
@media only screen and (min-width: 720px) {
  .commercial__text {
    margin: 2.5rem 0;
  }
}
.commercial__text.-r {
  text-align: right;
}
.commercial__title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  margin: 2.5rem 0 1.5rem;
}
@media only screen and (min-width: 720px) {
  .commercial__title {
    margin: 2.5rem 0;
  }
}
.commercial__title::after {
  background: -webkit-linear-gradient(left, #7500ee, #e4006f);
  background: linear-gradient(to right, #7500ee, #e4006f);
  content: '';
  display: block;
  margin-top: .5rem;
  width: 100%;
  height: 4px;
}

.commercial__item {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .commercial__item {
    margin-bottom: 2rem;
  }
}
.commercial__item__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  padding: .5rem 0;
}
@media only screen and (min-width: 1024px) {
  .commercial__item__title {
    font-size: 18px;
    line-height: 28px;
  }
}
.commercial__item__text {
  color: #9d97a3;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .commercial__item__text {
    font-size: 14px;
    line-height: 24px;
  }
}
.commercial__item__text span {
  font-size: 18px;
  line-height: 28px;
  margin-right: .5rem;
}
