.pricing-entry .text h3 {
    width: calc(100% - 0px);
    font-size: 24px;
    background: #fff;
}
.heading-section .subheading {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #b69100;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pb-5, .py-5 {
    padding-bottom: 1rem !important;
}
.insta-img, .room-img, .hero-wrap, .img, .blog-img, .user-img {
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: top center;
}
.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
}