.videoContainer {
    margin: 0 auto;
    max-width: 100%;
    width: 1440px;
}

.bgColor {
    background: var(--primary-light);
    padding: 50px 0px;
}

.bgColor2 {
    background: #eeeeee;;
    padding: 50px 0px;
}

@media screen and (max-width: 1680px) {
    .videoContainer {
        width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
    .videoContainer {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 980px) {
    .videoContainer {
        width: calc(100% - 30px);
    }
    .videoContainer img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .videoContainer h3 {
        text-align: center;
    }
}

.image {
    border-radius: 0;
    border: 0;
    display: inline-block;
    position: relative;
}

.learnMore {
    padding-top: 20px;
}

.learnMore a {
    font-family: 'Poppins-Medium';
    color: white;
    letter-spacing: 1px;
    color: var(--primary-cyan);
    font-size: 1.2em;
}

.fa-chevron-right {
    font-size: 1em;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .content p {
        font-size: 1em;
    }
}

@media screen and (max-width: 500px) {
    .learnMore  {
        text-align: center;
    }
}

/*row 1 - img*/
.row img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 5px 5px 0px 0px;
}

/*row 2 - text*/
.card-title-main {
    line-height: 120px;
    height: 120px;
    text-align: center;
    background-color: var(--secondary-white);
    font-family: 'Poppins-Medium';
}

.card-title-main P {
    padding: 10px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    color: black;
    text-align: center;
}

.card-title-main span {
    color: var(--secondary-orange);
}

/*row 3 link*/
.card-title-watch {
    height: 50px;
    text-align: center;
    background-color: var(--secondary-white);
    border-radius: 0px 0px 5px 5px;
}

.card-title-watch a {
    padding: 10px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
    color: var(--primary-cyan);
    text-align: center;
    font-family: 'Poppins-Medium';
}

.card-title-watch a:hover {
    color: #011526;
}

.fa-chevron-right {
    font-size: 0.8em;
    text-decoration: underline;
}

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

.row>.col-3 {
    width: 20%;
}

.row>.off-3 {
    margin-left: 25%;
}

.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row {
    margin-top: -25px;
    margin-left: -25px;
}

.row>* {
    padding: 25px 0 0 25px;
}

@media screen and (max-width: 1680px) {
    .row>.col-3-xlarge {
        width: 25%;
    }
}

@media screen and (max-width: 1280px) {
    .row>.col-3 {
        width: 33.3333%;
    }
}

@media screen and (max-width: 768px) {
    .row>.col-6-medium {
        width: 50%;
    }
    .row>.off-6-medium {
        margin-left: 50%;
    }
    /*row 2*/
    .card-title-main {
        line-height: 100px;
        height: 100px;
    }
    .card-title-main P {
        padding: 10px;
        line-height: 1.5;
        font-size: 1em;
    }
    /*row 3*/
    .card-title-watch a {
        font-size: 1em;
    }
    .title p {
        font-size: 1em;
    }
}

.disclaimer {
    text-align: center;
    background-color: var(--secondary-black);
    color: var(--secondary-white);
    padding: 20px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
}
