.block-youtube{
  margin-bottom: 40px;
  width: 100%;

  h2 {
    font-size: var(--font-size-medium);
    color: var(--color-primary);
    margin: 0 0 20px 0;
  }

  p {
    margin: 0;
    font-size: var(--font-size-small);
    color: #a6a6a6;
    line-height: 22.92px;
  }

  & .youtube-embed {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;

    iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 100%;
    }
  }
}
