    .form-section {
      background-color: rgb(255, 229, 221);
      border-radius: 10px;
      padding: 30px;
    }
    .video-thumb {
      position: relative;
      display: inline-block;
    }
    .video-thumb img {
      border-radius: 8px;
    }
    .video-thumb .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0, 180, 200, 0.6);
      border-radius: 50%;
      padding: 20px;
    }
    .video-thumb .play-button i {
      font-size: 30px;
      color: white;
    }
    .more-btn {
      background: #00bcd4;
      border-radius: 30px;
      padding: 10px 20px;
      color: white;
      font-weight: 500;
      border: none;
    }
    .more-btn:hover {
        background: #fff;
        color: #00bcd4;
        transform: 0.7s;
        border: 1px solid #00bcd4;
    }