@charset "UTF-8";

#tw-feature {
  background-color: #f5f5f5;
}

#tw-feature .free-trial {
  background-color: #0c0c0c;
}

#tw-feature .free-trial__inner .trial-logo {
  margin-bottom: 20px;
  @media (min-width: 768px) {
    margin-bottom: 56px;
  }
}

#tw-feature .free-trial__inner {
  padding-top: 100px;
  @media (min-width: 992px) {
    display: flex;
    align-items: flex-end;
  }
}

#tw-feature .free-trial__inner .custom-width {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 50px;
  @media (min-width: 992px) {
    width: 50%;
    padding-right: 20px;
    padding-left: 80px;
    margin-bottom: 0;
  }
}

#tw-feature .free-trial__inner .free-trial__image {
  width: 100%;
  padding: 0 30px;
  @media (min-width: 992px) {
    width: 50%;
    padding: 0;
  }
}
#tw-feature .free-trial__inner .free-trial__image img {
  width: 100%;
  height: auto;
}

#tw-feature .free-trial__inner .pre-title {
  font-size: 15px;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: 9px;
  @media (min-width: 768px) {
    font-size: 20px;
    margin-bottom: 13px;
  }
}

#tw-feature .free-trial__inner .pre-title.tw-font-family-vi {
  font-variant: inherit;
}

#tw-feature .free-trial__inner .title {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: left;
  font-family: barlow-thin;
  @media (min-width: 768px) {
    margin-bottom: 40px;
  }
}

#tw-feature .free-trial__inner .desc {
  color: var(--FFFFFF, #fff);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: IBM Plex Sans JP;
  @media (min-width: 768px) {
    margin-bottom: 50px;
  }
}

#tw-feature .free-trial__inner .title span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Barlow';
}

#tw-feature .free-trial__inner .tw-contact {
  margin: 0;
  font-size: 13px;
  width: 120px;
  height: 40px;
  letter-spacing: 3px;
  font-family: 'Barlow';
  line-height: 40px;
  @media (min-width: 768px) {
    width: 160px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 5px;
  }
}

#tw-feature div.body {
  padding: 80px 0px 80px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0a0a0a;
  @media (min-width: 992px) {
    padding: 100px 0px 100px 0px;
  }
}

#tw-feature .feature-logo {
  margin-bottom: 13px;
  transform: translateX(-5px);
}

#tw-feature div.bottom {
  background: url(../../images/telebooth-wire/feature-bottom.svg);
  background-repeat: no-repeat;
  background-position-y: top;
  background-size: 100%;
  width: 100%;
  height: 203px;
  margin-top: -2px;
}

#tw-feature h4.pre-title {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 8px;
  @media (min-width: 992px) {
    font-size: 20px;
  }
}

#tw-feature h4.title {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-family: IBM Plex Sans JP;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  @media (min-width: 992px) {
    font-size: 40px;
  }
}

#tw-feature .tw-feature-list {
  margin-top: 62px;
  display: flex;
}

#tw-feature .icon-feature-balance {
  content: url(../../images/telebooth-wire/feature-balance.svg);
}
#tw-feature .icon-feature-design {
  content: url(../../images/telebooth-wire/feature-design.svg);
}
#tw-feature .icon-feature-function {
  content: url(../../images/telebooth-wire/feature-function.svg);
}

#tw-feature .tw-feature-list .item {
  margin: 0px 46px 20px 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  @media (min-width: 1120px) {
    width: 290px;
  }
}

#tw-feature .tw-feature-list .item .content {
  text-align: center;
  margin-top: 30px;
}

#tw-feature .tw-feature-list .item .content > div {
  color: var(--FFFFFF, #fff);
  text-align: center;
  /* body */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
}
