.popular-bible-verses {
  position: relative;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #A0BADD 0%, #B3ADFC 53.65%, #A686F1 100%);
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.popular-bible-verses .reflected-light {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -134px;
}
.popular-bible-verses .bible-verse {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -139px;
}
.popular-bible-verses .snippet-title {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.popular-bible-verses .snippet-title h3 {
  margin: 0px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 340px;
  height: 84px;
  margin-left: -169px;
}
.popular-bible-verses .snippet-title h3 .text-strock {
  position: relative;
  display: block;
  text-align: center;
}
.popular-bible-verses .snippet-title h3 .text-strock:first-child .text {
  position: relative;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  text-transform: capitalize;
  background: #ffc895;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc895), color-stop(55.2%, #ffbaf0), to(#af308c));
  background: linear-gradient(180deg, #ffc895 0%, #ffbaf0 55.2%, #af308c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc895", endColorstr="#af308c", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popular-bible-verses .snippet-title h3 .text-strock:nth-child(2) .text {
  position: relative;
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  text-transform: capitalize;
  background: #fff961;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff961), color-stop(55.21%, #ffca4d), to(#ff7623));
  background: linear-gradient(180deg, #fff961 0%, #ffca4d 55.21%, #ff7623 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff961", endColorstr="#ff7623", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popular-bible-verses .snippet-title h3 .text-strock:first-child .strock:before {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
  background: #7a194c;
  background: -webkit-gradient(linear, left top, left bottom, from(#7a194c), to(#200816));
  background: linear-gradient(180deg, #7a194c 0%, #200816 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a194c", endColorstr="#200816", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: transparent;
  position: absolute;
  top: 0px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}
.popular-bible-verses .snippet-title h3 .text-strock:nth-child(2) .strock:before {
  font-family: "Roboto Slab", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  text-transform: capitalize;
  background: #7a194c;
  background: -webkit-gradient(linear, left top, left bottom, from(#7a194c), to(#200816));
  background: linear-gradient(180deg, #7a194c 0%, #200816 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a194c", endColorstr="#200816", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-stroke: 8px transparent;
  color: transparent;
  position: absolute;
  top: 0px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}
.popular-bible-verses .snippet-title h3 .text-strock:first-child .strock:before {
  content: "Popular Bible Verses";
}
.popular-bible-verses .snippet-title h3 .text-strock:nth-child(2) .strock:before {
  content: "for your life";
}

/*# sourceMappingURL=style.css.map */
