.wrap_max_width {
    max-width: 900px;
    margin: 0 auto;
}

.help__head {
    max-width: 80%;
    margin: 5em auto 3em;
    text-align: center;
}

.help__head h1 {
    font-size: 3em;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
}

.help__head p {
    font-size: 1.2em;
}

.help__body {
    padding-top: 3em;
    border-top: 1px solid #d4d4d4;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.video_tutorial {
    width: 65%;
}

.quick__links {
    width: 30%;
    margin-top: 35px;
}

.video_tutorial iframe {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255,255,255, 0.7);
}

.single_link {
    box-shadow: 0 0 10px rgba(255,255,255,.7);
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 5px;
}

.single_link h3 {
    margin-top: 0;
}

.video_tutorial h2 {
    margin-top: 0;
}