#media h1 {
    text-align: center;
    padding-bottom: 40px;
    font-size: 28px;
    text-transform: none;
    font-weight: 500;
}

#video {
    background-image: url(../img/pattern3.png);
    padding: 20px 0;
    display: grid;
    justify-content: center;
}

#youtube {
    width: 853px;
    height: 480px;
}

.make_an_appointment {
    display: grid;
    justify-content: center;
    padding: 40px 0;
}

.make_an_appointment a {
    color: #fff;
    font-size: 17px;
    background-color: #3949a0;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

#description {
    display: grid;
    justify-content: center;
}

#description > div {
    max-width: 1110px;
}

#description h2 {
    color: #333;
    font-size: 40px;
}

#description #line {
    width: 70px;
    height: 10px;
    background-color: #3949a0;
    justify-self: center;
    margin: 0 0 40px 10px;
}

#description .headline {
    text-transform: none;
    font-size: 20px;
}

#description .text {
    font-size: 20px;
    margin-bottom: 14px;
}

#description .italic {
    font-style: italic;
}

@media screen and (max-width: 959px) {
    #youtube {
        width: 560px;
        height: 315px;
    }
}

@media screen and (max-width: 639px) {
    #youtube {
        width: 320px;
        height: 280px;
    }
}