.video-title-container {
    height: auto;
    padding:75px 0px;;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.video-title-container .row {
    text-align: center;
}
.video-title-container .row .col-12 h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.video-title-container p {
    color:white;
    font-size:17px;
}
.video-wrapper {
    padding: 25px;
}
.row {
    margin-bottom: 50px;
}

footer .row {
    margin-bottom:0px;
}
.card {
    border-radius: 0px;
    border:solid 1px rgb(222, 222, 222);
    text-align:center;
}
.col-6 .card img {
    cursor: pointer !important;
    border-radius: 0px;
}
@media only screen and (max-width: 1000px) {
    .vidoe-wrapper {
        padding: 10px;
    }
    iframe {
        height: 500px;
        width: 100%;
    }
    .row {
        margin-bottom: 0px;
    }
    .col-lg {
        margin-bottom: 50px;
    }
}