:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.breadcrumbs a {
  color: #61656C;
  font-weight: 600;
  transition: color 0.35s;
}
.breadcrumbs a:first-child {
  line-height: 0;
}
@media (min-width: 1024px) {
  .breadcrumbs a:hover {
    color: #91278F;
  }
}
.breadcrumbs span {
  padding: 0.4rem 0.6rem;
  background: #E6F5F3;
  border-radius: 4px;
  color: #61656C;
}
.breadcrumbs i {
  line-height: 0;
}

.hero-single__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7rem;
  max-width: 112rem;
  margin: 0 auto;
}
.hero-single__left {
  flex: 1;
}
.hero-single__right {
  width: 45%;
  flex-shrink: 0;
}
.hero-single__image {
  border-radius: 999px 0 0 999px;
  overflow: hidden;
}
.hero-single__image img {
  display: block;
}

.blog-post__category {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  z-index: 2;
  font-size: 1.4rem;
  color: #1E1E1E;
  background: #E6F5F3;
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
}

.blog-post__content .ia-container {
  max-width: 722px;
}
.blog-post__content .content-entry p, .blog-post__content .content-entry li {
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .hero-single__in {
    flex-direction: column;
    text-align: center;
    gap: 1.6rem;
  }
  .hero-single__right {
    width: 100%;
  }
}

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