.home-videos {
  padding: 90px 0;
  background-color: #EEF4FA;
}

@media (max-width: 767px) {
  .home-videos {
    padding: 50px 0;
  }
}

.home-videos .section-content {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.home-videos .section-content h2 {
  color: #1c2d47;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .home-videos .section-content {
    text-align: start;
    margin-bottom: 30px;
  }
}

.home-videos__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}

.home-videos__item {
  flex: 0 0 calc(20% - 16px);
  max-width: calc(20% - 16px);
  text-align: center;
}

@media (max-width: 1199px) {
  .home-videos__item {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }
}

@media (max-width: 767px) {
  .home-videos__item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 499px) {
  .home-videos__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.home-videos__thumb {
  position: relative;
  margin-bottom: 18px;
}

.home-videos__thumb a,
.home-videos__thumb .cw_video_open_popup_customized {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.home-videos__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.home-videos__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='52' height='52' viewBox='0 0 52 52' fill='none'><circle cx='26' cy='26' r='25' stroke='white' stroke-width='2'/><path d='M21 17.5V34.5L35 26L21 17.5Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home-videos__title {
  color: #1c2d47;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
