.video-section {
  margin: 0 auto 2rem;
  margin-top: 3rem;
  width: 100%;
  max-width: 400px;
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.main-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.modal {
  left: -15rem;
  bottom: -300px !important;
}
.cardcolor {
  min-width: 50vw !important;
}
