/* access hub css */

.access-hub-hero {
    background: url('/images/accesshub/zoom-bg-5.jpg') no-repeat center center/cover;
    height: 75vh;
    position: relative;
    color: #fff;
}
.access-hub-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.access-hub-hero .container {
    position: relative;
    z-index: 2;
}