.innerpages{
    padding: 20px 0;
}
.innerpages h1{
    margin-bottom: 20px;
    font-weight: bold;
}
.innerpages h2{
    font-weight: bold;
}

.innerpages img{
    margin-bottom: 15px;
}

.inv-btn{
    width: 70%;
    min-width: 270px;
    display: inline-block;
    padding: 15px 0px;
    margin: 5px 2px;
    font-size: 18px;
    color: white !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.contact-col{
    background: #eee;
    margin-bottom: 25px;
    padding: 20px;
}

.get-dir-btn{
    background-color: #000000 !important;
    margin-bottom: 2rem;
}
.shop-inv-btn{
    background-color: #1058aa !important;
    margin-top: 30px;
}
.get-dir-btn:hover{
    color: #fff !important;
    background: #ef6b00 !important;
    
}
.shop-inv-btn:hover{
    color: #fff !important;
    background: #ef6b00 !important;
}
@media(min-width: 768px) and (max-width: 1199px){
    .inv-btn{
        min-width: 170px;
    }
    .contact-col{padding: 0 15px;}
}