#c_portalResnav_main-1567149865363 .pc_nav {
    height: auto !important;
}
#c_portalResEbizads_banner-1567149865368 {
    margin-top: 0;
}
.Banner-container {
    min-height: 100vh;
    max-height: unset;
}
.Banner-container video {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#w_grid-1567149865008 {
    display: block !important ;
}
#w_grid-1567149865008
    > div
    > .p_gridbox
    > .p_gridCell
    > .c_portalResEbizads_banner-01001 {
    margin-top: 0 !important;
}
.section-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-bg .text {
    position: absolute;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1400px;
    width: 90%;
    color: #fff;
}

@media (max-width: 768px) {
    .section-bg {
        min-height: 500px;
        padding: 40px 0;
    }
    .section-bg img {
        display: none;
    }
    .section-bg .text {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        margin: 0 auto;
    }
}

.section-bg .text .title {
    font-size: 52px;
    margin-bottom: 25px;
    font-weight: 600;
}

.section-bg .text .desc {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 1200px;
    line-height: 1.8;
}

.section-bg .text .link {
    font-size: 14px;
}

.section-bg .text .link a {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 3px;
    background-color: red;
    padding: 5px 15px;
    color: #fff;
}

@media (max-width: 1024px) {
    .section-bg .text .title {
        font-size: 30px;
    }
    .section-bg .text .desc {
        font-size: 14px;
    }
    .section-bg .text .link {
        font-size: 12px;
    }
}
