#box-tour-price h3 {
    text-transform:none;
}

.col-box-tour-price {
    margin-right:60px;
}
.card{
    font-family:'Montserrat',sans-serif;
    width:100%;
    border-radius:18px;
    padding:14px;
    background:#005b95;

}
.card-title{
    background:#fff;
    border-radius:12px;
    padding:10px 12px;
    line-height: 16px;
}

.card-title h2{
    font-size:1.8rem;
    font-weight:900;
    letter-spacing:-1px;
    line-height:1;
}
.card-title span{
    font-size:.85rem;
    font-weight:500;
    color:#666;
}
.card-body{
    padding:34px 18px;
    color:#fff;
    font-size:1.1rem;
    font-weight:700;
    line-height:1.45;
}
.card-body p {
    color:#fff;
}
.price-box{
    background:#fff;
    border-radius:12px;
    padding:10px;
}
.price-box strong{
    display:block;
    font-size:3rem;
    font-weight:900;
    line-height:1;
}
.price-box span{
    display:block;
    margin-top:4px;
    font-size:1.05rem;
    font-weight:500;
    color:#666;
    letter-spacing:4px;
}
@media screen and (max-width:767px){
 .card{
     margin-bottom:50px;
     width:75%;
 }
}