.healing-plant-profile{width:100%;position:relative;background-color:var(--use-background-color)}.healing-plant-profile__content{max-width:var(--use-boxed);margin:0 auto;width:100%;width:var(--use-width);padding:var(--use-space);color:var(--use-text-color)}.healing-plant-profile__title{font-family:var(--font-atlas-light);font-weight:var(--text-light);font-style:normal;font-size:var(--text-lg);line-height:1.5;margin-bottom:calc(var(--base-space) * 1)}.healing-plant-profile__effects{display:flex;gap:calc(var(--base-space) * 2);justify-content:center;flex-wrap:wrap}.healing-plant-profile__effect{font-family:var(--font-atlas-light);font-weight:var(--text-light);font-style:normal;font-size:var(--text-sm);line-height:1.25;display:flex;flex-direction:column;align-items:center}.healing-plant-profile__effect-icon{max-height:60px;max-width:60px;margin-bottom:calc(var(--base-space) * .5)}.healing-plant-profile__categories{display:flex;flex-wrap:wrap;margin-top:calc(var(--base-space) * 1)}.healing-plant-profile__category{font-family:var(--font-atlas-light);font-weight:var(--text-light);font-style:normal;font-size:var(--text-base);line-height:1.5;width:33.333%;padding:calc(var(--base-space) * 1);color:var(--use-subheading-color);border-top:1px solid var(--use-subheading-color)}@media (max-width:639px){.healing-plant-profile__category{width:100%}}.healing-plant-profile__category-title{font-family:var(--font-atlas-light);font-weight:var(--text-light);font-style:normal;font-size:var(--text-lg);line-height:1.5;color:var(--use-heading-color)}