.pricing_area{
    margin: 50px 0;
   h2{
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
    }
   }
      
.columns {
    padding: 8px;
    width: 100%;
    float: left;
    padding-bottom: 40px;
    li{
      font-size: 14px;
      opacity: .7;
    }
    i{
      
        font-size: 14px;
        margin-right: 12px;
        opacity: .7;
    
    }
  }
  
  .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    font-size: 30px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
  }
  
  .price .header {
    background-color: $primaryColor;
    color: white;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
  li.header.color {
    font-size: 40px;
    letter-spacing: 2px;
}
.header span{
  font-size: 10px;
  font-family: 'Archivo', sans-serif;
  margin-right: 3px;
}
  .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    list-style-type: none;
  }
  
  .price .grey {
    background-color: #eee;
    font-size: 20px;
  }
  
  .button {
    background-color: $secondColor;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }
  
h2.pricing_heading{
    color: $primaryColor;
}