.popular-questions {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ccd7ea;
  background: -moz-radial-gradient(circle, #ccd7ea 0%, #9cb4de 100%);
  background: -webkit-radial-gradient(circle, #ccd7ea 0%, #9cb4de 100%);
  background: radial-gradient(circle, #ccd7ea 0%, #9cb4de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ccd7ea", endColorstr="#9cb4de", GradientType=1);
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.popular-questions .pigeon {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -90px;
}
.popular-questions .cloud {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -175px;
}
.popular-questions .snippet-title {
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.popular-questions .snippet-title h3 {
  margin: 0px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 340px;
  height: 84px;
  margin-left: -169px;
}
.popular-questions .snippet-title h3 .text-strock {
  position: relative;
  display: block;
  text-align: center;
}
.popular-questions .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-questions .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: #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-questions .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-questions .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-questions .snippet-title h3 .text-strock:first-child .strock:before {
  content: "Most Asked Questions,";
}
.popular-questions .snippet-title h3 .text-strock:nth-child(2) .strock:before {
  content: "ANSWERED!";
}

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