.view-plans {
  margin-bottom: 147px;
  margin-top: 100px;
  .item {
    background: #F4F0EC;
    border-radius: 33px;
    padding: 64px 20px;
    text-align: center;
    margin-right: 20px;
    span {
      font-family: 'DM Serif Display', sans-serif !important;
      color: #292F36;
      &.title {
        font-size: 25px;
        display: block;
        margin-bottom: 50px;
        font-weight: bold;
      }
      &.price {
        font-size: 85px;
      }
      &.currency {
        font-size: 25px;
      }
      &.month {
        display: block;
        font-size: 25px;
        line-height: 42px;
      }
    }
    .list {
      border-top: #CDA274 1px solid;
      margin-top: 45px;
      padding: 45px 0;
      div {
        font-family: 'Jost', sans-serif !important;
        font-weight: 400;
        font-size: 20px;
        line-height: 40px;
      }
    }
    .btn-plan {
      background: #CDA274;
      padding: 26px 48px;
      text-align: center;
      font-size: 18px;
      border-radius: 18px;
      span {
        color: #fff;
        font-family: 'Jost', sans-serif !important;
      }
      i {
        color: #292F36;
      }
    }
    .recommended {
      .price {
        font-size: 110px;
        line-height: 100px;
        color: #CDA274;
      }
      .title {
        margin-bottom: 20px;
      }
      .list {
        border-top: #292F36 1px solid;
        padding: 65px 0;
      }
      .most-popular {
        font-family: 'Jost', sans-serif !important;
        color: #fff;
        background: #292F36;
        border-radius: 18px;
        padding: 10px 28px;
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -88px;
      }

      .btn-plan {
        background: #292F36;
        i {
          color: #CDA274;
        }
      }
    }
  }
}

.plan-internal {
  .plan-details {
    min-height: 379px;
    background: #F4F0EC;
    border-radius: 50px;
    padding: 60px 84px;
    span {
      font-family: 'DM Serif Display', sans-serif !important;
      color: #292F36;
      &.title {
        font-size: 25px;
        display: block;
        margin-bottom: 50px;
        font-weight: bold;
      }
      &.price {
        font-size: 85px;
      }
      &.currency {
        font-size: 25px;
      }
      &.month {
        display: block;
        font-size: 25px;
        line-height: 42px;
      }
    }
    .list {
      text-align: left;
    }
  }
  .about-plan {
    h2 {
      margin: 50px 0;
    }
    .form-plan {
      border-top: 1px solid #F4F0EC;
      margin: 50px 0;
      padding-top: 50px;
    }
  }
}
