.wrapper__pricing {
  //screen between 768 and 1030 100%
  @media (min-width:768px) and (max-width: 1500px){
    .pricing__container { width: 75%; }
  }
  h2 {
    font-size: 2.5em;
    font-weight: 900;
  }
  h1 { font-size: 24px; }
}

.side-box {
  background-color: #FAFAFA;
  margin-top: 75px;
  padding-left: 15px;
  padding-right: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #EAEAEA;
  .pricing__icon { font-size: 2em; }
  .check { color: color(primary); }
  .text-muted {
    color:black;
    font-size: 70%;
  }
  h3 { font-weight: 600; }
  h5 {
    font-size: 70%;
    line-height: 20px;
    font-weight: 600;
  }
  .btn {
    width:100%;
    font-size: .8em;
    background-color: #FAFAFA;
    border-color:  color(dark);
  }
}

.middle-box {
  background-color: color(primary);
  color: white;
  margin-top: 60px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-style: solid;
  border-color: color(primary);
  .pricing__icon{ font-size: 2em; }
  .x { color:black; }
  .text-muted {
    color:white;
    font-size: 70%;
  }
  .br { height: 35px; }
  h3 {
    color: white;
    font-weight: 600;
  }
  h5 {
    font-size: 70%;
    line-height: 20px;
    font-weight: 600;
  }
  .btn {
    width:100%;
    font-size: .8em;
    background-color: color(primary);
    border-color: white;
    color: white;
  }
}

.pricing__icon__wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 20px;
  margin-right: 20px;
  width: 70%;
  margin-bottom: 30px;
  i {
    position: relative;
    vertical-align: top;
    margin-left: 60px;
    margin-top: -160px;
    font-size: 2em;
    color: color(primary);
  }
  .pricing__icon__box {
    padding: 1em 2em;
    height: 130px;
    margin-right: 0.5em;
    margin-bottom: 1em;
    background: #FAFAFA;
    border-radius: 5px;
    border: solid;
    border-color: #EEEEEE;
    cursor: pointer;
    .pricing__icon {
      padding-top: 10px;
      opacity: .2;
      font-size: 3em;
    }
    .pricing__title {
      cursor: pointer;
      margin-top: -0.5em;
      font-size: .7em;
      color: color(dark);
    }
  }
}
