a.price-box:hover {
    opacity: 0.8;
    color: #0077bf;
}

    a.price-box:hover h3 {
        color: #0077bf;
    }

.price-box {
    margin: 0 0 24px;
    overflow: hidden;
    background: url(../images/price-bg.jpg) no-repeat;
    background-size: cover !important;
    text-align: right;
    padding: 20px 25px 35px;
    min-height: 203px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-decoration: none;
    color: #0c304c;
}

@media only screen and (max-width: 767px) {
    .price-box {
        font-size: 16px;
        line-height: 22px;
    }
}

.price-box h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 2px;
    padding: 0 5px 0 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
    .price-box h3 {
        font-size: 18px;
    }
}

.price-box .arrow {
    position: absolute;
    bottom: 12px;
    right: 14px;
    width: 22px;
    height: 22px;
    background: #b0c4cf;
    color: #1a4567;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
    line-height: 22px;
}
