.blog-index-index .category-selection .category-icon {
  flex: 0 0 auto;
  scroll-snap-align: start;
  flex-grow: 0;
  width: 158px;
  height: 48px;
}
.blog-index-index #blog-categories .divider {
  height: 90px;
  overflow: hidden;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .blog-index-index #blog-categories .divider {
    height: 50px;
  }
}
.blog-index-index #blog-categories .divider img {
  height: 90px;
}
@media screen and (min-width: 768px) {
  .blog-index-index #blog-categories .divider img {
    height: 50px;
  }
}
.blog-index-index #blog-categories .javascript-slider-wrapper .javascript-slider > div.recipe-category-item {
  background-color: white;
  width: 165px;
  min-width: 165px;
  max-width: 165px;
}
.blog-index-index #blog-categories .javascript-slider-wrapper .javascript-slider > div.recipe-category-item a > p:not(.text-xs) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.blog-index-index .text-block [data-content-type="row"] {
  margin-bottom: 1.6rem;
}
.blog-index-index .text-block [data-content-type="row"] > div {
  margin: 0 !important;
  padding: 0 !important;
}
.blog-index-index .text-block [data-content-type="row"] h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  font-family: 'Recoleta-Black', sans-serif;
  margin-bottom: 0.8rem;
}
.blog-index-index .text-block [data-content-type="row"] h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: 'BrandonText-Bold', sans-serif;
  margin-bottom: 0.8rem;
}
