.resources__videos {
    display: flex;
    flex-direction: column;
}

.resources__video {
    width: 100%;
}

.resources__video-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.resources__video-desc {
    font-size: 1.3rem;
    color: #444;
}

.resources__video-desc p {
    margin: 0 0 0.5rem!important;
}

.resources__video-embed {
    width: 100%;
    background: #eee;
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 1rem;
}

.resources__video-embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.resources__video-inner {
    margin-bottom: 25px;
}

.resources__title {
   margin-bottom: 0.8em!important;
}

.resources__intro {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .resources__title {
        margin-bottom: -5px!important;
    }
    
    .resources__videos {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

    .resources__video {
        width: 50%;
    }

    .resources__video-inner { 
        margin: 20px;
    }
}