.videos-title {
    padding: 2rem 2rem;
    padding-top: 3rem;
}
@media screen and (max-width:850px) {
    .videos-title {
        padding-top: 1rem;
    }
}
.videos-title h2 {
    padding-bottom: 1rem;
    font-size: 1.6rem;
    color: #333;
}
.videos-title p {
    color: #999;
    font-weight: 500;
}

.videos {
    padding: 2rem 2rem;
}


@media screen and (max-width: 1050px) {
    iframe {
        width: 100%;
        min-height: 30rem;
        height: auto;
    }
}
@media screen and (max-width: 850px) {
    iframe {
        min-height: 25rem;
    }
}
@media screen and (max-width: 600px) {
    iframe {
        min-height: 20rem;
    }
}
@media screen and (max-width: 400px) {
    iframe {
        min-height: 15rem;
    }
}