#pricing-table {
    padding: 40px 0 25px 0;
}
.pricing-heading > p {
    padding: 50px;
}
.pricing-item {
    background-color: #fff;
    margin: 0 10px 0 10px;
    border: 1px solid;
}

.pricing-divider {
  
    font-size: larger;
    font-weight: 600;
}
.desktop.pricing-read-more:hover  {
    transform: scale(1.05);
    margin-bottom: -80px;
}

.pricing-read-more {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    width: -webkit-fill-available;
    font-size: large;
    padding: 10px;
    }