
/* Section Heading */
.section-heading {
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px 0;
}

.section-heading h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.section-heading h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.section-heading p {
  font-size: 18px;
  color: #666;
}

/* Video Row */
.video-row {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.video-item {
  width: 30%;
  text-align: center;
  transition: transform 0.3s ease;
}

.video-item:hover {
  transform: scale(1.05);
}

.video-item iframe {
  width: 75%;
  padding:10px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
