.package-card {
    margin: 0 auto;
    padding: 2rem 0;
    background: #f3f3f3;
    max-width: 29rem;
}

.height-33 {

    display: block;
    min-height: 150px;
    padding: 0 40px;
}

.height-25 {
    display: block;
    min-height: 135px;
}

.pheading {
    display: block;
    font-size: 1rem;
}

.psubheading {
    font-size: 1.5rem;
}

.psubtext {
    font-size: 1.8rem;
}

.btn-getstarted {
    color: white;
    background: #00acc1;
    border-color: #F3F3F3;
    padding: 10px 6rem;
}


.btn-getstarted:hover {
    color: white;
    background: #037280;
    border-color: #037280;
    padding: 10px 6rem;
}


.ribbon-title--b {
    /* Calc */
    /* Props */
    background-color: #00acc1;
    color: #fff;
    display: block;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
    font-size: 17px;
    line-height: 1.02;
    margin: 20px auto;
    max-width: 35%;
    padding: 14px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 496px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.ribbon-title--b::before, .ribbon-title--b::after {
    content: "";
    position: absolute;
    top: 0;
    border: 22.5px solid #00acc1;
    z-index: -1;
}

.ribbon-title--b::before {
    left: -30px;
    border-left: 20px solid transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ribbon-title--b::after {
    right: -30px;
    border-right: 20px solid transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
