/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./src/components/ExploreLandingPage/sections/FrequentlyAskedQuestionsSection/FrequentlyAskedQuestionsSection.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.home-hero-section {
  display: flex;
  padding: 80px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  background: #d8ecff;
}
.home-hero-section p {
  margin: 0 !important;
}
.home-hero-section--title {
  color: #0f3460;
  font-size: 52px !important;
  font-weight: 700 !important;
  text-align: center;
}
.home-hero-section--statistics {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-hero-section--statistics--item {
  display: inline-flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.home-hero-section--statistics--item__container {
  display: flex;
  justify-content: center;
}
.home-hero-section--statistics--item--icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  padding: 12px;
  box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
.home-hero-section--statistics--item--icon svg {
  width: 24px;
  height: 24px;
}
.home-hero-section--statistics--item--icon svg path {
  stroke: #0f3460;
}
.home-hero-section--statistics--item--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.home-hero-section--statistics--item--content--value {
  text-align: center;
  color: #0f3460;
  font-size: 40px !important;
  font-weight: 600 !important;
}
.home-hero-section--statistics--item--content--title {
  text-align: center;
  color: #4a6fa5 !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 480px) {
  .home-hero-section {
    gap: 40px;
  }
  .home-hero-section--title {
    font-size: 36px;
  }
}
