.video-showcase-container {
  background-color: #f4efe9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 80px 20px;
  margin-top: 20px;
  width: 100%;
}

.video-title h2 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}

.video-description {
  padding: 10px 0px;
  width: 100%;
  letter-spacing: 0.05rem;
  color: #555;
  font-weight: 400;
  margin-bottom: 40px;
}

.video-description .highlight-feature {
  color: #000;
  font-weight: 600;
}

.video-feature-image img {
  width: 100%;
  max-width: 600px;
height: auto;
}

.video-player-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}

.video-player-col video {
  width: 100%;
  max-width: 800px;
}

@media (max-width: 468px) {
  .video-showcase-container {
    padding: 20px 20px;
  }

  .video-title h2 {
    font-size: 2.2rem;
  }

  .video-description {
    font-size: 1.6rem;
    padding:0 15px;
  }

}
