@media only screen and (max-width: 768px) {
.woodpeckar_logo img {
    width: 200px;
}
nav.navbar.navbar-expand-lg.woodpeckar_logo {
    padding: 13px 0;
    z-index: 9;
}
.banner_section_details {
    position: relative;
    background: linear-gradient(to bottom, #00000085, #434343a8), url(../images/ban.jpg) no-repeat center center;
    background-size: cover;
    height: auto;
    color: white;
    display: block;
    align-items: center;
    padding: 20px;
    overflow: hidden;
}
.hero-banner {
    margin-bottom: 30px;
}
.banner_section_details h1 {
    font-size: 40px;
    font-weight: 600;
    /* text-align: center; */
}
#aboutus p{
    margin-bottom: 20px;
}
#aboutus button{
        margin-bottom: 20px;

}
.feature-grid {
    display: inline-block;
    position: relative;
     max-width: auto; 
    margin: auto;
    text-align: center;
}
.your_gallery_img img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
}
.card.card_address.shadow {
    margin-bottom: 70px;
}
.near_by {
    margin: 10px;
}
.master_plan img {
    width: 100%;
    margin-bottom: 30px;
}
.navbar-nav li a {
    color: #000 !important;
    font-size: 16px;
    width: max-content;
    font-weight: 500;
}
.facility-title {
    font-weight: 600;
    margin: 25px;
}
.amanities_img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    /* margin-bottom: 33px; */
    object-fit: cover;
}
}