
/* ================= HEADER ================= */
.multicolumn-header {
  text-align: center;
  margin-bottom: 30px;
}
.costom-column-outer .multicolumn-header h2 {
  margin-bottom: 8px;
   margin-bottom: 8px;
  color: #205f00;
  margin-top: {{ section.settings.heading_margin_top }}px;
  margin-bottom: {{ section.settings.heading_margin_bottom }}px;
  font-size: {{ section.settings.heading_font_size }}px;
}
.multicolumn-subtext {
  font-size: 16px;
  opacity: 0.8;
}
.multicolumn-description {
  margin-top: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ================= CARD ================= */
.multicolumn-card {
  text-align: center;
}
.word-normal{
  word-break: normal;
}
.multicolumn-card__image-wrapper img {
  {% comment %} max-width: 100%; {% endcomment %}
  {% comment %} max-width:185px; {% endcomment %}
  max-width:150px;
  width: 100%;
}
.costom-column-outer .multicolumn-header h2 em:after{
  content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 344px;
    height: 150px;
    display: block;
    background-image: url(https://cdn.shopify.com/s/files/1/0565/5271/8471/files/Dummy-35.png?v=1765784853);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    right: 0;
    margin: auto;
}
.costom-column-outer .multicolumn-header h2 em{
    position: relative;
}
.green-color{
  color: #205f00 !important;
}
.costom-column-outer ul.custom-width-list {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
