.om-bg{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/turbocast-banner.webp');
    background-size: cover;
    background-position: center;
}


.om-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.om-content h2{
    width: 90%;
    text-align: center;
}