
                

.priceblock {
    height: 610px;
    border: white 5px solid;
    margin: 18px;
    width: 30%;
}

@media (max-width: 767px){
    .priceblock {
    width: inherit;
    }
}

#demo .img-responsive {
    transition: all 0.3s ease;
}

#demo .col-md-4.text-center:hover img {
    transform: translateY(-11px);
}

.suck-up {
    position: absolute;
    bottom: 3rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    width: calc(100% - 30px);
}

.contact-3 p {
     border-top: none; 
}

/*.content-55 .features-inner {*/
/*    padding: 30px 120px 30px 120px;*/
/*}*/

.content-25 h2 {
    letter-spacing: 0px;
}