    main {
        padding: 0px !important;
    }

    .cover-image {
            height: 600px;
    }

    .heading,
    .active-listings-container {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .building-fun-facts .entry1 {
        width: 50%;
    }

    .building-fun-facts .entry2 {
        width: 25%;
    }

    .building-fun-facts .entry3 {
        width: 25%;
        text-align: right;
    }

    .map-container {
        height: 780px;
    }

    .subway-tabs>button {
        width: 25%;
        border: solid 1px #e9e9e9;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tab-display {
        min-height: 511px;
        border: solid 1px #e9e9e9;
    }

    .coming-soon-feature-placeholder {
        height: 400px;
    }

    .popular-searches div {
        flex: 0.7;
    }

    .new-developments .card,
    .popular-buildings .card,
    .nightlife .card,
    .entertainment .card,
    .popular-restaurants .card,
    .movies .card {
        width: 364px;
        min-height: 240px;
    }

    .new-developments .card img,
    .popular-buildings .card img,
    .nightlife img {
        object-fit: cover;
        width: 100%;
        height: 250px;
    }

    .neighborhood-history img {
        height: 548px;
    }

    .architectural-style .card {
        width: 364px;
        min-height: 240px
    }

    .architectural-style img,
    .entertainment img,
    .popular-restaurants img,
    .movies img {
        width: 100%;
        height: 214px;
    }

    .landmarks .card {
        width: 264px;
        min-height: 300px;
    }

    .landmarks img,
    .famous-people img {
        width: 100%;
        height: 238px;
    }

    .famous-people .card {
        width: 264px;
    }

    .statistics {
        width: 98%
    }

    .stats-bg-img-container {
        width: 100%;
        height: 300px;
        background-color: #000;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        margin-top: 80px;
    }
    .stats-inner-container table, th, td {
        border: 1px solid #bdc7c1;
        border-left: none;
        border-right: none;
        border-collapse: collapse;
        font-family: Rawline;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        padding: 0px;
    }
    .stats-inner-container tr {
        height: 28px;
    }
    @media screen and (max-width: 768px){
        .cover-image {
            max-height: 400px;
        }
        .new-developments .card,
        .popular-buildings .card,
        .nightlife .card,
        .entertainment .card,
        .popular-restaurants .card,
        .movies .card, 
        .architectural-style .card, 
        .landmarks .card  {
                width: 100%;
        }
    }
    @media screen and (max-width: 480px){
        .subway-tabs button span{
            font-size: 10px;
        }
    }