.bg-flowers {
  background-image: url(./img/flowers.jpg);
}

@media screen and (min-width: 768px) { /* md */
  .md\:bg-flowers {
    background-image: url(./img/flowers.jpg);
  }
}

.bg-flying-phones {
  background-image: url(./img/flying-phones.png);
}

.bg-flying-phones-es {
  background-image: url(./img/es/flying-phones-es.png);
}

.bg-logo-acim-audio-plain {
  background-image: url(./img/acim-audio-logo.png);
}

.bg-logo-fip-square {
  background-image: url(./img/fip-square-logo.png);
}

.bg-icon-headphones {
  background-image: url(./img/icon-headphones.png);
}

.bg-icon-quotes {
  background-image: url(./img/icon-quotes.png);
}

.bg-feature-customize {
  background-image: url(./img/feature-customize.gif);
}

.bg-feature-customize-es {
  background-image: url(./img/es/feature-customize-es.png);
}

.bg-feature-prayers {
  background-image: url(./img/feature-prayers.jpg);
}

.bg-feature-prayers-es {
  background-image: url(./img/es/feature-prayers-es.png);
}

.bg-feature-read-along {
  background-image: url(./img/feature-read-along.jpg);
}

.bg-feature-read-along-es {
  background-image: url(./img/es/feature-read-along-es.png);
}

.bg-man {
  background-image: url(./img/man-with-glasses.jpg);
}

.bg-woman {
  background-image: url(./img/woman-with-phone-v2.jpg);
}

.bg-man-es {
  background-image: url(./img/es/man-es.png);
}

.bg-woman-es {
  background-image: url(./img/es/woman-es.png);
}

.bg-apple-icon {
  background-image: url(./img/apple-icon.png);
}

.bg-apple-qr-code {
  background-image: url(./img/apple-qr-code.png);
}

.bg-android-icon {
  background-image: url(./img/android-icon.png);
}

.bg-android-qr-code {
  background-image: url(./img/android-qr-code.png);
}

.bg-trees {
  background-image: url(./img/trees.jpg);
}

.bg-free-trial-tag {
  background-image: url(./img/free-trial-tag.png);
}

.bg-free-trial-tag-es {
  background-image: url(./img/es/free-trial-tag-es.png);
}

.bg-video-preview {
  background-image: url(./img/video-preview.jpg);
}

.bg-video-preview-es {
  background-image: url(./img/es/video-preview-es.jpg);
}

.bg-app-store-download {
  background-image: url(./img/app-store-download.png);
}

.bg-app-store-download-es {
  background-image: url(./img/es/app-store-download-es.png);
}

.bg-play-store-download {
  background-image: url(./img/play-store-download.png);
}

.bg-play-store-download-es {
  background-image: url(./img/es/play-store-download-es.png);
}

.bg-angle-down {
  background-image: url(./img/angle-down.png);
}

.bg-angle-up {
  background-image: url(./img/angle-up.png);
}

.bg-checkmark {
  background-image: url(./img/es/checkmark.png);
}

.bg-web-edition-es {
  background-image: url(./img/es/web-edition-es.png);
}

.shadow-figma {
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}

.faq-answer p {
  margin-bottom: 0.75rem;
}