* {
    font-family: sans-serif;
}

body, h1, h2, h3, h4 {
    margin: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    letter-spacing: -0.2px;
    color: black;
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
    p {
      font-size: 1rem;
      line-height: 1.75rem;
    }
}

h3 {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -0.2px;
    font-weight: 700;
    color: black;
}

@media only screen and (min-width: 768px) {
    h3 {
      font-size: 2rem;
      line-height: 2.5rem;
      margin-bottom: 1rem;
    }
}

.video-group {
    margin: 1rem 0;
}