#phyto-guide-container #guides_title {
  background-image: var(--background);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 100px 0;
  border-bottom: 5px solid #FEB800;
  margin-bottom: 20px;
}
#phyto-guide-container #guides_title .color-separator {
  height: 2px;
  background-color: #FEB800;
  margin: 0 auto;
  width: 20%;
  max-width: 350px;
}
#phyto-guide-container #guides_title h1 {
  color: #fff;
  font-size: 2.5rem;
}
#phyto-guide-container #guides_title #home_text {
  color: #fff;
  width: 95%;
  max-width: 700px;
  margin: 20px auto 0 auto;
  font-size: 1rem;
}
#phyto-guide-container .guide-categories {
  margin-bottom: 20px;
}
#phyto-guide-container .guide-categories #guides-list {
  margin-bottom: 20px;
}
#phyto-guide-container .guide-categories #guides-list .row {
  gap: 30px 0;
}
#phyto-guide-container .guide-category-card {
  background: #F7F7F7;
  border-radius: 10px;
  border: 1px solid #c5c5c5;
  margin-bottom: 15px;
  height: 100%;
}
#phyto-guide-container .guide-category-card h3 {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 1.3rem;
}
#phyto-guide-container .guide-category-card h3 img {
  margin-right: 15px;
}
#phyto-guide-container .guide-category-card ul {
  margin-left: 20px;
}
#phyto-guide-container .guide-category-card ul li {
  margin-bottom: 5px;
}
#phyto-guide-container .guide-category-card ul li a {
  text-transform: capitalize;
  font-size: 14px;
}
#phyto-guide-container .guide-category-card ul li a i {
  color: #FEB800;
  font-size: 12px;
  margin-right: 5px;
}
#phyto-guide-container #guides-sidebar > div.row {
  margin-bottom: 20px;
}
#phyto-guide-container #guides-sidebar h2 {
  color: #000000;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px 0;
}
#phyto-guide-container #guides-sidebar .guides-sidebar-media {
  margin-bottom: 15px;
}
#phyto-guide-container #guides-sidebar .guides-sidebar-media .img-fluid {
  margin-bottom: 5px;
}
#phyto-guide-container #guides-sidebar .guides-sidebar-media span {
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
#phyto-guide-container #guides-sidebar .color-separator {
  height: 2px;
  background-color: #FEB800;
  width: 30%;
  max-width: 350px;
  margin-bottom: 15px;
}
#phyto-guide-container #guides-sidebar #wp-feed-block.simple-display .simple-article {
  margin-bottom: 15px;
}
#phyto-guide-container #guides-sidebar #wp-feed-block.simple-display .simple-article .simple-article-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
#phyto-guide-container #guides-sidebar #wp-feed-block.simple-display .simple-article .article-title {
  font-weight: 600;
  margin-bottom: 5px;
}
#phyto-guide-container #guides-sidebar #wp-feed-block.simple-display .simple-article .badge {
  background-color: #FEB800;
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 10px;
}
#phyto-guide-container #guides-sidebar #wp-feed-block.simple-display img.wp-post-image {
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  #phyto-guide-container .guide-category-card {
    height: auto;
  }
  #phyto-guide-container #guides-sidebar #wp-feed-block.simple-display img.wp-post-image {
    width: 100%;
    margin-bottom: 5px;
  }
}

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