/* Custom Styles */
h4.pricing__title {
    font-weight: 100;
    margin-top: 1rem;
    margin-bottom: .1rem;
}
h3.strike {
    min-height: 30px;
    font-size: 24px;
}
.pricing__frequency {
    font-size: .75rem;
    font-weight: bold;
    margin-top: .25rem;
    opacity: .5;
}
h2.pricing__price {
    margin: 10px 0 .8rem 0;
    font-size: 3rem;
}
.block-type--pricing_custom a.btn {
    width: 90%;
    margin-bottom: 1rem;
    padding: 10px 20px;
}
.block-type--pricing_custom .pricing__content {
    margin-top: 25px;
}
.pricing .btn-cta {
    margin-bottom: 1rem;
    width: 90%;
} 
.card-block {
 
    min-height: 600px;
}

.pricing{
        box-shadow: none;
}
.pricing:hover{
        box-shadow: 0 5px 45px 5px rgba(0, 0, 0, 0.13);
}
.top-div:hover .pricing{ 
        box-shadow: 0 5px 45px 5px rgba(0, 0, 0, 0.13);
}
.block-type--pricing_custom .block {
    box-shadow: none;
}
.top-div{
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075);
}