.hero-section {
    position: relative;
    background: url('https://lirp.cdn-website.com/md/dmtmpl/8ce12a7f-b067-43ef-a08f-1763a83217c3/dms3rep/multi/opt/meeting_image-1930x1086-1920w.jpg') no-repeat center center/cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #356b8db0; /* Blue color with 50% opacity */
    z-index: 1;
}
.hero-section .container {
    position: relative;
    z-index: 2;
}