.news {
    margin-top: 40px;
}

.news h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.news button {
    margin-top: 30px;
    padding: 14px 40px;
    font-size: 15px;
    border-radius: 12px;
}

.video {
    font-size: 20px;
    margin-top: 40px;
}

.video h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

iframe {
    width: 800px;
    height: 450px;
}

@media (max-width: 850px) {
    iframe {
        width: 560px;
        height: 315px;
    }
}

@media (max-width: 600px) {
    .news h1 {
        font-size: 30px;
    }
    
    .video h1 {
        font-size: 30px;
    }
    
    iframe {
        width: 280px;
        height: 157px;
    }
}