nav {
    background-color: #191515 !important;
}

.banner {
    background-color: #191515 !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.about-header {
    font-weight: 700;
    color: white;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}

table, td, tr {
    border: 2px solid black;
}

.media {
    width: 100%;
    border-radius: 7px;
}

.slide-media {
    width: 90%;
}

.partner-sec {
    background-color: #F4F4F4;
}

.prem-img {
    width: 70%;
}
@media (min-width: 768px) {
    .prem-img {
        width: 30%;
    }
}