.bible-page {
  background: linear-gradient(180deg, #0E1B23 11.93%, #1D4358 103.63%);
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
}

.bible-page .header__right {
  z-index: 101;
}
.bible-hero {
  position: relative;
  padding: 160px 0 80px;
  overflow: hidden;
  text-align: center;
}
.bible-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 800px;
  background: radial-gradient(ellipse, rgba(82, 228, 141, 0.08) 0%, rgba(29, 67, 88, 0.15) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.bible-hero::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(82, 228, 141, 0.06) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.bible-hero__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.bible-hero__book {
  flex: 0 0 auto;
  width: 260px;
  height: 360px;
  background: linear-gradient(135deg, #1a2f3d 0%, #0E1B23 60%, #1D4358 100%);
  border-radius: 4px 16px 16px 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: -6px 0 20px rgba(0, 0, 0, 0.4), 0 10px 40px rgba(0, 0, 0, 0.3), inset 2px 0 0 rgba(255, 255, 255, 0.05);
}
.bible-hero__book::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
  border-radius: 4px 0 0 4px;
}
.bible-hero__book::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(82, 228, 141, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.bible-hero__book-title {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.4;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.bible-hero__book-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #52E48D;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.bible-hero__book-line {
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 16px 0;
  position: relative;
  z-index: 1;
}
.bible-hero__text {
  text-align: left;
}
.bible-hero__title {
  font-family: "Inter", sans-serif;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 24px;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
.bible-hero__title span {
  color: #52E48D;
}
.bible-hero__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 600px;
}
.bible-hero__path {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #52E48D;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
}
.bible-hero__desc {
  font-family: "Caveat", cursive;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .bible-hero {
    padding: 140px 0 60px;
  }
  .bible-hero__container {
    gap: 48px;
    padding: 0 40px;
  }
  .bible-hero__book {
    width: 220px;
    height: 300px;
  }
  .bible-hero__title {
    font-size: 64px;
  }
  .bible-hero__subtitle {
    font-size: 24px;
  }
  .bible-hero__path {
    font-size: 18px;
  }
  .bible-hero__desc {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .bible-hero {
    padding: 120px 0 48px;
  }
  .bible-hero__container {
    flex-direction: column;
    gap: 32px;
    padding: 0 24px;
    text-align: center;
  }
  .bible-hero__book {
    width: 200px;
    height: 280px;
  }
  .bible-hero__book-title {
    font-size: 18px;
  }
  .bible-hero__text {
    text-align: center;
  }
  .bible-hero__title {
    font-size: 48px;
  }
  .bible-hero__subtitle {
    font-size: 20px;
    max-width: 100%;
  }
  .bible-hero__path {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .bible-hero__desc {
    font-size: 20px;
  }
}

/* Book image in hero */
.bible-hero__book-img {
  flex: 0 0 auto;
  width: 320px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 30px rgba(82, 228, 141, 0.1));
}
@media (max-width: 1024px) {
  .bible-hero__book-img { width: 260px; }
}
@media (max-width: 768px) {
  .bible-hero__book-img { width: 220px; }
}

/* 7 Pillars Section */
.bible-pillars {
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
.bible-pillars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(82, 228, 141, 0.04) 0%, transparent 70%);
  pointer-events: none;
}
.bible-pillars__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  z-index: 1;
}
.bible-pillars__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 56px;
}
.bible-pillars__label {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(35px);
  border-radius: 50px;
  font-size: 16.6px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px;
  white-space: nowrap;
  margin-bottom: 24px;
}
.bible-pillars__title {
  font-family: "Inter", sans-serif;
  font-size: 114px;
  font-weight: 700;
  color: #ffffff;
  line-height: 114px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 16px;
}
.bible-pillars__title-num {
  font-family: "Caveat", cursive;
  color: #9BFFC4;
  font-size: 228px;
  line-height: 0.8;
  vertical-align: baseline;
}
.bible-pillars__subtitle-hand {
  font-family: "Caveat", cursive;
  font-size: 64px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -1.2px;
  text-align: center;
  margin-bottom: 16px;
}
.bible-pillars__subtitle-bold {
  font-size: 28.5px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  letter-spacing: -0.57px;
  text-align: center;
  margin-bottom: 0;
}
.bible-pillars__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}
.bible-pillars__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 24px 12px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Inter", sans-serif;
  position: relative;
}
.bible-pillars__card:hover {
  transform: translateY(-4px);
}
/* Per-pillar glow colors */
.bible-pillars__card[data-topic="pilir-vyziva"] { --glow: rgba(217, 158, 90, 0.35); }
.bible-pillars__card[data-topic="pilir-spanek"] { --glow: rgba(100, 130, 230, 0.35); }
.bible-pillars__card[data-topic="pilir-pohyb"] { --glow: rgba(230, 75, 75, 0.35); }
.bible-pillars__card[data-topic="pilir-dech"] { --glow: rgba(160, 100, 220, 0.35); }
.bible-pillars__card[data-topic="pilir-prostredi"] { --glow: rgba(82, 200, 141, 0.35); }
.bible-pillars__card[data-topic="pilir-psychika"] { --glow: rgba(100, 200, 210, 0.35); }
.bible-pillars__card[data-topic="pilir-svetlo"] { --glow: rgba(240, 220, 60, 0.35); }
.bible-pillars__icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px var(--glow, rgba(82, 228, 141, 0.3)));
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.bible-pillars__card:hover .bible-pillars__icon {
  transform: scale(1.15);
  filter: drop-shadow(0 0 32px var(--glow, rgba(82, 228, 141, 0.5)))
         drop-shadow(0 0 60px var(--glow, rgba(82, 228, 141, 0.2)));
}
.bible-pillars__name {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}
.bible-pillars__card:hover .bible-pillars__name {
  color: #FFFFFF;
}
.bible-pillars__scrollbar {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 0;
  width: 100%;
}
.bible-pillars__scrollbar-arrows {
  display: flex;
  gap: 6px;
  align-items: center;
}
.bible-pillars__scrollbar-arrow {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bible-pillars__scrollbar-track {
  flex: 1;
  height: 4px;
  background: rgba(255, 253, 253, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.bible-pillars__scrollbar-thumb {
  width: 32px;
  height: 4px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.2s ease;
}
@media (max-width: 1024px) {
  .bible-pillars { padding: 70px 0 60px; }
  .bible-pillars__container { padding: 0 40px; }
  .bible-pillars__grid { grid-template-columns: repeat(4, 1fr); }
  .bible-pillars__title { font-size: 64px; line-height: 64px; }
  .bible-pillars__title-num { font-size: 128px; }
  .bible-pillars__subtitle-hand { font-size: 36px; }
  .bible-pillars__subtitle-bold { font-size: 22px; }
  .bible-pillars__icon { width: 72px; height: 72px; }
}
@media (max-width: 768px) {
  .bible-pillars { padding: 56px 0 48px; }
  .bible-pillars__container { padding: 0 24px; }
  .bible-pillars__grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .bible-pillars__card { padding: 28px 12px 22px; border-radius: 20px; }
  .bible-pillars__title { font-size: 48px; line-height: 48px; }
  .bible-pillars__title-num { font-size: 96px; }
  .bible-pillars__subtitle-hand { font-size: 28px; }
  .bible-pillars__subtitle-bold { font-size: 15px; line-height: 22px; }
  .bible-pillars__icon { width: 64px; height: 64px; }
}
@media (max-width: 480px) {
  .bible-pillars__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0;
    padding: 0 24px;
    scrollbar-width: none;
  }
  .bible-pillars__grid::-webkit-scrollbar { display: none; }
  .bible-pillars__card {
    flex: 0 0 100%;
    scroll-snap-align: center;
    padding: 40px 20px;
  }
  .bible-pillars__icon {
    width: 140px;
    height: 140px;
    filter: drop-shadow(0 0 10px var(--glow, rgba(82, 228, 141, 0.15)));
  }
  .bible-pillars__card:hover .bible-pillars__icon {
    filter: drop-shadow(0 0 14px var(--glow, rgba(82, 228, 141, 0.25)));
  }
  .bible-pillars__name { font-size: 20px; font-weight: 600; }
  .bible-pillars__scrollbar { display: flex; }
}

/* ===== Klinické studie — Accordion ===== */
.klinicke-studie {
  padding: 80px 0 100px;
  position: relative;
}
.klinicke-studie__container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 80px;
}
.klinicke-studie__title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 32px;
  line-height: 1.15;
}
.klinicke-studie__title-divider {
  width: 60px;
  height: 2px;
  background: #52E48D;
  margin-bottom: 56px;
  border-radius: 1px;
}
/* Group */
.klinicke-studie__group {
  margin-bottom: 48px;
}
.klinicke-studie__group-title {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #52E48D;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.klinicke-studie__group-line {
  width: 100%;
  height: 1px;
  background: rgba(82, 228, 141, 0.3);
  margin-bottom: 16px;
}
/* Accordion item */
.klinicke-studie__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.klinicke-studie__header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  cursor: pointer;
  text-align: left;
  font-family: "Inter", sans-serif;
  transition: background 0.2s ease;
}
.klinicke-studie__header:hover {
  opacity: 0.85;
}
.klinicke-studie__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease, color 0.3s ease;
}
.klinicke-studie__item--open .klinicke-studie__icon {
  color: #52E48D;
}
.klinicke-studie__item--open .klinicke-studie__icon svg path:first-child {
  opacity: 0;
}
.klinicke-studie__label {
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.5;
}
/* Accordion body */
.klinicke-studie__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s ease;
  padding: 0 0 0 44px;
}
.klinicke-studie__item--open .klinicke-studie__body {
  max-height: 500px;
  padding: 0 0 24px 44px;
}
.klinicke-studie__item--open .klinicke-studie__header {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px 12px 0 0;
  padding: 18px 16px;
}
.klinicke-studie__item--open .klinicke-studie__body {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 0 12px 12px;
  padding: 0 16px 24px 44px;
}
.klinicke-studie__body p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6;
  margin-bottom: 8px;
}
.klinicke-studie__body p strong {
  font-weight: 600;
  color: #FFFFFF;
}
.klinicke-studie__link {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 24px;
  background: #52E48D;
  color: #0E1B23;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
}
.klinicke-studie__link:hover {
  background: #3dd87a;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(82, 228, 141, 0.3);
}
/* Responsive */
@media (max-width: 768px) {
  .klinicke-studie {
    padding: 60px 0 80px;
  }
  .klinicke-studie__container {
    padding: 0 24px;
  }
  .klinicke-studie__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .klinicke-studie__group-title {
    font-size: 16px;
  }
  .klinicke-studie__label {
    font-size: 15px;
  }
  .klinicke-studie__body p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .klinicke-studie__container {
    padding: 0 16px;
  }
  .klinicke-studie__title {
    font-size: 28px;
  }
  .klinicke-studie__header {
    gap: 12px;
  }
  .klinicke-studie__label {
    font-size: 14px;
  }
}

.bible-filter {
  position: sticky;
  top: 72px;
  z-index: 50;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
  padding: 16px 0;
}
.bible-filter__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.bible-filter__select {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 12px 24px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 280px;
  justify-content: space-between;
}
.bible-filter__select:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}
.bible-filter__select--open {
  border-color: #52E48D;
  background: rgba(255, 255, 255, 0.06);
}
.bible-filter__select-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  margin-right: 8px;
}
.bible-filter__select-value {
  font-weight: 500;
  color: #FFFFFF;
}
.bible-filter__select-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
}
.bible-filter__select--open .bible-filter__select-arrow {
  transform: rotate(180deg);
}
.bible-filter__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  min-width: 320px;
  background: rgba(20, 35, 48, 0.98);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease;
  max-height: 60vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.bible-filter__dropdown--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bible-filter__dropdown::-webkit-scrollbar {
  width: 4px;
}
.bible-filter__dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.bible-filter__dropdown::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.bible-filter__group-label {
  font-size: 11px;
  font-weight: 600;
  color: #52E48D;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 12px 16px 6px;
}
.bible-filter__option {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  border: none;
  border-radius: 10px;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
}
.bible-filter__option:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
}
.bible-filter__option--active {
  background: rgba(82, 228, 141, 0.1);
  color: #52E48D;
  font-weight: 500;
}
.bible-filter__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bible-filter__nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 8px 16px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.bible-filter__nav-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}
.bible-filter__nav-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .bible-filter {
    top: 64px;
  }
  .bible-filter__container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .bible-filter {
    top: 56px;
    padding: 12px 0;
  }
  .bible-filter__container {
    padding: 0 16px;
    flex-direction: column;
    gap: 10px;
  }
  .bible-filter__select {
    width: 100%;
    min-width: unset;
    padding: 14px 20px;
  }
  .bible-filter__dropdown {
    min-width: unset;
    max-height: 50vh;
  }
  .bible-filter__nav {
    width: 100%;
    justify-content: space-between;
  }
  .bible-filter__nav-btn {
    flex: 1;
    justify-content: center;
    padding: 10px 12px;
  }
}

.bible-content {
  padding: 60px 0 100px;
  min-height: 50vh;
}
.bible-content__container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 80px;
}
.bible-content__chapter-num {
  font-size: 13px;
  font-weight: 600;
  color: #52E48D;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.bible-content__title {
  font-size: 36px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 24px;
  line-height: 1.2;
}
.bible-content__divider {
  width: 60px;
  height: 2px;
  background: #52E48D;
  margin-bottom: 32px;
  border-radius: 1px;
}
.bible-content__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}
.bible-content__text p {
  margin-bottom: 24px;
}
.bible-content__text strong {
  font-weight: 700;
  color: #FFFFFF;
}
.bible-content__text em {
  color: #52E48D;
  font-style: italic;
}
.bible-content__text h3 {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.bible-content__text ul, .bible-content__text ol {
  margin: 16px 0;
  padding-left: 24px;
}
.bible-content__text ul li, .bible-content__text ol li {
  margin-bottom: 10px;
  line-height: 30px;
}
.bible-content__inner {
  transition: opacity 0.3s ease;
}
.bible-content__inner--fade-out {
  opacity: 0;
}
.bible-content__inner--fade-in {
  opacity: 1;
}
@media (max-width: 768px) {
  .bible-content {
    padding: 40px 0 80px;
  }
  .bible-content__container {
    padding: 0 24px;
  }
  .bible-content__title {
    font-size: 28px;
  }
  .bible-content__text {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (max-width: 480px) {
  .bible-content__container {
    padding: 0 16px;
  }
  .bible-content__title {
    font-size: 24px;
  }
}
