

/* Start:/bitrix/templates/dn2020/components/bitrix/catalog.section.list/video-section/style.css?17476462101072*/
.video-section-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 0;
}

.video-section-col {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 50%;
}

.video-section-card {
  border-radius: 15px;
  border: 1px solid #ddd;
  font-family: 'Montserrat Medium', sans-serif;
  height: 100%;
  overflow: hidden;
}

.video-section-image-container {
  position: relative;
  width: 100%;
  height: 315px; /* Фиксированная высота для всех картинок */
  overflow: hidden;
}

.video-section-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-section-card:hover .video-section-image {
  transform: scale(1.03);
}

.video-section-bg {
  background-color: #f4f4f4;
  height: 315px; /* Такая же высота как у контейнера с картинкой */
}

.video-section-body {
  padding: 20px;
}

.video-section-title {
  font-size: 1.1rem;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.video-section-title:hover {
  color: #0066cc;
}
/* End */
/* /bitrix/templates/dn2020/components/bitrix/catalog.section.list/video-section/style.css?17476462101072 */
