
body {
    color: #000;
}

.baner-region strong {
    color: #ffce10;
}


.baner-region h3 {
    border-radius: 10px;
    clear: both;
    color: #ffce10;
    margin-top: 0px;
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}


.baner-region h1 {
    color: #fff;
}

.baner-region p {
    color: #fff;
}

.baner-region {
    position: relative;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: #3B1D51;
}

.ms li {
    color: #000;
    text-align: justify;
}

section p {
    text-align: justify;
}

@media screen and (max-width: 767px) {
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: inherit;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .baner-region .col-md-4 iframe {
        height: 520px;
    }
    
    .baner-region .col-md-8  {
        width: 50%;
    }
    
    .baner-region .col-md-4  {
        width: 50%;
    }
    }