#main{
    padding-top: 0;
}

#hero{
    height: 500px;
    background-image: url('/wp-content/uploads/2025/04/marina_v1r0-b1.webp');
    background-size: cover;
    background-position: 50% 50%;
}

#post-hero .vc_btn3-container{
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    #hero{
        height: 320px;
    }
}
