﻿#featured-videos {
    justify-content: space-between;
}

.testimonials h1 {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    #featured-videos {
        justify-content: center;
    }

    #featured-videos .item {
        padding-bottom: 35px;
    }
}