.featured-component {
  background-color: #FFFFFF;
  text-align: center;
  height: 100%;
  max-width: 418px;
  margin-inline: auto;
  padding: 30px;
  border-radius: 0.75rem;
}
.featured-component:not(.featured-component-without-title) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.featured-component.featured-component-without-title {
  display: flex;
  gap: 30px;
  align-items: center;
}
.featured-component.featured-component-without-title .featured-image-container {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.featured-component.featured-component-without-title .featured-text-container {
  text-align: left;
}
.featured-component.featured-component-without-title .featured-text-container h3 {
  font-size: 1.25rem;
  font-weight: 500;
}
.featured-component.featured-component-without-title .featured-text-container p {
  margin-bottom: 0;
}
@media (width <= 992px) {
  .featured-component.featured-component-without-title {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .featured-component.featured-component-without-title .featured-image-container {
    margin-bottom: 20px;
  }
  .featured-component.featured-component-without-title .featured-text-container {
    text-align: center;
  }
}
.featured-component .featured-image-container {
  margin-bottom: 20px;
}
.featured-component .featured-image-container img {
  min-width: 40px;
  max-width: 40px;
}

/*# sourceMappingURL=featured-component-style.css.map */
