#ai-tool img {
    width: 20px !important;
    margin-top: 6px !important;
  }

  .ai-category {
    width: 45%;
    height: 69px;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    transform: scale(1);
    transition: transform .1s ease;
  }

  .ai-category:hover {
    transform: scale(1.2);
  }

  .category-video {
    height: 100%;
  }

  .camcorder-button-logo {
    width: 10%;
  }

  .transcript-title, .transcript {
    font-family: Inter;
    color: #a0a5d0;
  }