.full-video-component-container h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 16px;
}
.full-video-container p {
  font-family: "Libre Franklin";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.full-video-component-container video {
  width: calc(100vw - 5px);
  margin-left: -50vw;
  position: relative;
  object-fit:cover;
  left: 50%;
  margin-top: 40px;
  height: 997px;
}

@media screen and (max-width: 560px) {
  .full-video-component-container {
    padding: 0 15px;
  }
  .full-video-component-container h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .full-video-component-container p {
    font-size: 14px;
    line-height: 22px;
  }
  .full-video-component-container video {
    margin-top: 24px;
    height:496px
  }
}
