/*business parks*/

#main{
    padding-top: 0;
}

#hero{
    height: 500px;
    background-image: url('/wp-content/uploads/2025/04/page1_1a.webp'); 
    background-size: cover;
    background-position: 50% 50%;
}

#hero .wpb_single_image{
    margin-bottom: 0;
}

#hero img{
    object-fit: cover;
    object-position: 50% 50%;
    height: 500px;
    width: 100vw;
}

.hero-sub-grid{
    display: flex;
}

/* :is(.hero-sub-grid  figure , .hero-sub-grid  figure > div , .hero-sub-grid  figure > a){
    width: 100% !important;
} */

.hero-sub-grid .wpb_single_image{
    margin-bottom: 0;
} 


.hero-sub-grid img{
    object-fit: cover;
    object-position: 50% 50%;
    height: 350px;
/*     width: 100%; */
}

#post-hero .vc_btn3-container{
    display: flex;
    justify-content: center;
}

.this-row-project img{
    border: 1px solid #cdcdcd;
}


@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    .hero-sub-grid img{
        height: 250px;
    }
}
