.home-video-gallery-link,
.regional-video-gallery-link {
  box-sizing: border-box;
  font-family: Manrope, Arial, sans-serif;
}

.home-video-gallery-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-height: 68px;
  margin: 14px 0 0;
  padding: 14px 20px;
  border: 1px solid #bfeaf2;
  border-radius: 16px;
  background: #f2fdff;
  color: #122033;
  text-decoration: none;
}

.home-video-gallery-link span {
  color: #008da2;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.home-video-gallery-link strong {
  font-size: 17px;
  line-height: 1.25;
}

.home-video-gallery-link:hover {
  border-color: #13bdc9;
  transform: translateY(-1px);
}

.regional-video-gallery-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(calc(100% - 40px), 1180px);
  margin: 34px auto;
  padding: 24px 28px;
  border: 1px solid #bfeaf2;
  border-radius: 22px;
  background: linear-gradient(135deg, #f2fdff, #fff);
  color: #20334d;
}

.regional-video-gallery-link span {
  color: #008da2;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.regional-video-gallery-link h2 {
  margin: 5px 0 7px;
  color: #101827;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
}

.regional-video-gallery-link p {
  max-width: 760px;
  margin: 0;
  line-height: 1.55;
}

.regional-video-gallery-link > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #13bdc9;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.regional-video-gallery-link > a:hover {
  background: #079caf;
}

@media (max-width: 720px) {
  .regional-video-gallery-link {
    align-items: stretch;
    flex-direction: column;
    width: calc(100% - 24px);
    margin: 24px auto;
    padding: 20px 18px;
  }

  .regional-video-gallery-link > a {
    width: 100%;
  }
}
