ul.keyFeatures {
  margin-top: 1.2rem;
}

li.keyFeature {
  margin-bottom: 1.7rem;
}

li.keyFeature:last-child {
  margin-bottom: 0;
}

[data-i18n="headlineOrLearnMore"] {
  color: var(--secondary);
  font-size: 1rem;
  font-style: italic;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p[data-i18n="p3"] em:nth-child(2) {
  color: red;
  font-style: normal;
  font-weight: bold;
}

p[data-i18n="p3"] em:nth-child(3) {
  color: blue;
  font-style: normal;
  font-weight: bold;
}

[data-i18n="p4"] strong:nth-child(1) {
  color: var(--danger);
  font-size: 1.1rem;
  margin-right: 0.6rem;
}

.learnMoreLink {
  display: block;
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-align: center;
}

.learnMoreLink a {
  display: inline-block;
  position: relative;
}

.learnMoreLink a:hover .play-button {
  opacity: 1;
}

.learnMoreLink img {
  max-width: 100%;
  vertical-align: middle;
}

.learnMoreLink a:first-child img {
  height: auto;
  width: 320px;
}

.learnMoreLink a:first-child img {
  height: auto;
  width: 320px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: url("/_assets/svg/youtube-play-button.svg") no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  /* opacity: 0.8; */
}

body,
td {
  font-size: 1rem;
}
