.container {
    margin-top: 20px;
}

h2 {
    margin-bottom: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

iframe {
    width: 100%;
    height: 215px;
    border: none;
}
@media only screen and (min-width: 768px) {
    iframe {
        width: 150%;
        height: 315px;
    }
}

img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

h2 {
    background-color: #3bbb1b;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
li {
    display: inline-block;
    margin-right: 10px;
}
