.venu-box-section .venu-big-box {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    padding: 80px 200px;

}

.venu-box-section .venu-big-box h2 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 28px;
}

.venu-box-section .venu-big-box p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.venu-box-section .row {
    align-items: center;
    text-align: center;
}


@media  screen and ( max-width: 768px ) {
    .venu-box-section .venu-big-box {
        padding: 40px 24px;
    }
    .venu-box-section{ 
        padding: auto;
    }
    .venu-box-section .venu-big-box p {
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
    }

    .venu-box-section .container {
        padding: 0;
    }

    .venu-box-section .venu-big-box h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 22px;
    }
}