#category-consultation {
  background-color: #F1F9F8;
  color: #1D4940;
  padding: 64px 54px;
  margin: 32px auto;
  display: flex;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
}

#category-consultation > div:nth-child(1) {
  max-width: 650px;
  margin-right: 24px;
}

#category-consultation h2 {
  font-size: 34px;
}

#category-consultation h2 + p {
  font-size: 16px;
  line-height: 32px;
  color: #5E6B6E;
  margin-bottom: 16px;
  font-weight: lighter;
  text-align: justify;
}

.consultation-trust {
  background-color: #F1F9F8;
  display: flex;
  justify-content: left;
  gap: 28px;
  border-radius: 5px;
  flex-wrap: wrap;
}

.consultation-trust div {
  margin-top: 30px;
  margin-right: 13px;
  display: flex;
  max-width: 114px;
}
.consultation-trust div:nth-child(2) {
  max-width: 170px;
}

.consultation-trust div span {
  font-weight: 600;
  font-size: 12px;
}

.consultation-trust div img {
  width: 30px;
  height: 34px;
  display: inline-block;
  margin-right: 5px;
}

#superintendent-pharmacist img {
  object-fit: cover;
  align-self: end;
  margin-left: auto;
  min-width: 300px;
}

.btn-category-questionaire {
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px 64px;
  gap: 16px;
  width: 320px;
  height: 69px;
  background: #2B6E61;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
}

.treatment-recommendations-wrapper .card__title {
  font-size: 24px;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel {
  margin: 20px 0;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-image {
  display: flex;
  background-color: #DBEDEB;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 20px;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-image img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-details {
  padding: 15px 0;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-title {
  margin: 17px 0 7px;
  font-weight: 600;
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0.02em;
  color: #235A50;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-price {
  font-weight: bold;
  color: #183A34;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .owl-nav .nav-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .owl-nav .nav-btn.prev-slide {
  left: -20px;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .owl-nav .nav-btn.next-slide {
  right: -20px;
}
.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-content {
  padding: 15px;
  max-width: 250px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  #category-consultation {
    flex-direction: column;
    padding: 24px 16px;
  }
  #category-consultation > div:nth-child(1) {
    margin-right: 0;
    width: 100%;
  }
  #category-consultation h2 {
    font-size: 20px;
    line-height: 31.5px;
    text-align: center;
    line-height: 40px;
  }
  #category-consultation h2 + p {
    font-size: 14px;
    line-height: 21.5px;
    text-align: center;
  }
  #superintendent-pharmacist {
    display: none;
  }
  .btn-category-questionaire {
    margin: 0 auto;
    width: auto;
    max-width: 292px;
    height: 57px;
    font-size: 14px;
    padding: 24px 36px;
  }
  .consultation-trust {
    padding: 0 0 24px 0;
    margin-top: 20px;
  }
  .consultation-trust div {
    width: 108px;
    flex-grow: 1;
    gap: 0px !important;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
  .consultation-trust div:nth-child(2) {
    max-width: 114px;
  }
}
.tax-product_cat .toggle-btn {
  display: none;
}
