  .img-title-banner {
    width: 100%;
    margin-bottom: 0.25rem;
  } 
  .title-text {
    font-weight: 500;
    margin-left: 1rem;
    /* padding: 10px; */
    padding-right: 0.5rem;
  }
  .video-description{
      display: flex;
      justify-content: center;
      padding-top: 2rem;
      padding-left: 1rem;
      background-color: rgb(245, 244, 244);
      margin-top: -1rem;
  }
  .video-description img {
      width: 100px;
      height:100px;
  }

  @media (max-width: 500px){
    .title-text{
      font-weight: 500;
      margin-left: 1rem;
      font-size: 12px;
    }
  }
