.elementor-1940 .elementor-element.elementor-element-3ffe0f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-3ffe0f6 */.video-gallery {
  padding: 40px 0;
}

.video-gallery h2 {
  text-align: center;
  margin-bottom: 24px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.video-grid iframe {
  width: 100%;
  height: 220px;
  border-radius: 10px;
}/* End custom CSS */