/** Shopify CDN: Minification failed

Line 65:2 "letter-sapcing" is not a known CSS property
Line 702:3 Unexpected "{"

**/
article.article {
  margin-top: 0 !important;
}
@media (min-width:769px) {
  article.article {
    margin-top: 80px !important
  }
}

.breadcrumb {
  font-size: 1em !important;
  margin-bottom: 10px !important;
}
/* section.custom-article .author_container .author-info {
    font-family: Ubuntu;
} */
section.custom-article .article-content {
  /*     font-family: Barlow ; */
  padding: 0;
}
section.custom-article .reading-column {
  max-width: 1500px;
  width: 100%;
}
section.custom-article .article-content .inhalt-container ul.index-container {
  list-style: auto;
  padding: 0;
  /*     margin: 20px; */
  color: #1e3119;
}
section.custom-article
  .article-content
  .inhalt-container
  ul.index-container
  li {
  margin-bottom: 0.25em;
}

section.custom-article
  .article-content
  .inhalt-container
  ul.index-container
  li
  a {
  color: #1e3119;
  text-decoration: none;
  background: transparent;
  font-size: 16px;
}
section.custom-article
  .article-content
  .inhalt-container
  #article_menu
  li.active-section
  a {
  font-weight: bold;
}
section.custom-article .article-content .inhalt-container a.btn {
  letter-sapcing: 0.025em !important;
}
section.custom-article .article-content .social-sharing {
  text-align: center;
}
section.custom-article .article-content .social-sharing a.social-sharing__link {
  display: inline-block;
  border-radius: 2px;
  margin: 0 18px 0 0;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 0 !important;
}
section.custom-article
  .article-content
  .social-sharing
  a.social-sharing__link:hover {
  color: #1e3119;
}
section.custom-article
  .article-content
  .social-sharing
  a.social-sharing__link
  svg {
  fill: #1e3119;
}
section.custom-article
  .article-content
  .social-sharing
  a.social-sharing__link:hover
  svg {
  fill: #1e3119;
}
section.custom-article .article-content .social-sharing span {
  display: none;
}
section.custom-article .article-content .social-sharing font {
  display: none;
}
/* section.custom-article .reading-column h1.page-title {
  display: none;
  } */
section.custom-article .article-container .article__body.rte h2,
section.custom-article .article-container .article__body.rte h3 {
  /*     margin-top: 0; */
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  /*     font-family: Quicksand; */
  color: #66634e;
}
section.custom-article
  .article-container
  .article__body.rte
  a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview) {
  color: #1e3119;
  text-decoration: none;
  border-bottom: 1px solid;
  border-bottom-color: #1e311900026;
  position: relative;
  display: inline-block;
  word-break: break-all;
}
section.custom-article
  .article-container
  .article__body.rte
  a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview):after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid currentColor;
  transition: width 0.5s ease;
}
/*
section.custom-article
  .article-container
  .article__body.rte
  a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview):hover:after {
  width: 100%;
}
*/
section.custom-article .article-container .article__body.rte p span img {
  margin-bottom: 0;
}
section.custom-article .grid.grid--uniform {
  display: flex;
  justify-content: space-between;
}
section.custom-article .grid__item.medium-up--one-third.aos-init.aos-animate {
  width: 33.33%;
  padding-left: 22px;
  float: left;
}
section.custom-article .grid.grid--uniform .grid__item.small--two-thirds {
  text-align: center;
}
section.custom-article
  .grid__image-ratio.grid__image-ratio--
  img.lazyautosizes.lazyloaded {
  width: 100%;
  margin-bottom: 0;
}
section.custom-article
  .grid__item.medium-up--one-third.aos-init.aos-animate
  .article__date
  time {
  font-size: 12px;
}
section.custom-article
  .grid.grid--uniform
  .grid__item.small--two-thirds
  a.article__title {
  font-size: 16px;
  color: #1e3119;
  border-bottom: 0 !important;
}
section.custom-article
  .grid.grid--uniform
  .grid__item.small--two-thirds
  a.article__title:after {
  display: none;
}
section.custom-article
  .grid.grid--uniform
  .grid__item.small--one-third
  a.article__grid-image {
  border-bottom: 0 !important;
}
section.custom-article
  .grid.grid--uniform
  .grid__item.small--one-third
  a.article__grid-image:after {
  display: none;
}

@media only screen and (min-width: 769px) {
  section.custom-article .article-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 50px;
  }
  section.custom-article div#author_container {
    width: 270px;
    min-width: 270px;
    max-width: 300px;
    border-style: solid;
    border-width: 0;
    border-color: #d2d5d4;
    border-radius: 10px;
    position: sticky;
    top: 145px !important;
    padding: 10px 0;
    background: #f5f2ed;
    height: fit-content;
  }
  section.custom-article .article-container {
    flex-grow: 1;
    padding: 0px;
    display: inline-block;
  }
  section.custom-article .author_container {
    font-size: 14px;
    padding: 10px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #d2d5d4;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    font-family: "lato", sans-serif;
    gap: 15px;
  }
  section.custom-article .author_container .box_header {
    display: flex;
    justify-content: space-between;
  }
  section.custom-article .author_container .author_inner_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
    justify-content: center;
  }
  section.custom-article .author_container .image-wrap.image-author-wrap {
    background: none;
  }
  section.custom-article
    .author_container
    .image-wrap.image-author-wrap
    img.author_image.lazyautosizes.lazyloaded {
    border-radius: 50%;
    display: block;
    opacity: 1;
    margin-bottom: 0;
  }
  section.custom-article .author_container .author-name {
    margin-left: 20px;
    color: #66634e;
    /*         font-family: Quicksand ; */
  }
  /*     section.custom-article .author_container .author-info {
     margin-top: 20px;
      font-style: italic;
     font-family: arial !important;
    } */
  section.custom-article .article-content .inhalt-container {
    padding: 10px;
  }
  section.custom-article .article-content .social_buttons {
    padding: 10px;
    border-top-style: solid;
    border-width: 2px;
    border-color: #d2d5d4;
    display: flex;
    flex-direction: column;
  }
  section.custom-article .article-container .article__body.rte {
    margin-bottom: 30px;
    margin-top: -80px;
  }
  section.custom-article .article-container .article__body.rte p {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  section.custom-article .article-content {
    padding: 25px 10px;
  }
  section.custom-article div#author_container {
    border-style: solid;
    border-width: 2px;
    border-color: #d2d5d4;
    border-radius: 10px;
    position: relative;
    width: 100%;
  }
  section.custom-article .article-container {
    padding-top: 30px;
    width: 100%;
  }
  section.custom-article .author_container {
    font-size: 14px;
    padding: 10px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #d2d5d4;
    display: flex;
    flex-direction: column;
  }
  section.custom-article .article-content .inhalt-container {
    padding: 10px;
  }
  section.custom-article .article-content .box_header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  section.custom-article .article-content .author_inner_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  section.custom-article .author_container .image-author-wrap {
    margin: 10px 0 10px 0;
  }
  section.custom-article
    .author_container
    .image-wrap.image-author-wrap
    img.author_image.lazyautosizes.lazyloaded {
    border-radius: 100%;
    margin-bottom: 0;
  }
  section.custom-article .author_container .author-name {
    margin-left: 20px;
  }
  section.custom-article .author_container .author-info {
    margin-top: 20px;
  }
  section.custom-article .grid.grid--uniform {
    display: block;
  }
  section.custom-article .grid__item.medium-up--one-third.aos-init.aos-animate {
    width: 100%;
    padding-left: 0;
  }
  section.custom-article
    .grid__item.medium-up--one-third.aos-init.aos-animate
    .grid {
    display: flex;
    justify-content: space-between;
  }
  section.custom-article
    .grid.grid--uniform
    .grid__item.small--two-thirds
    a.article__title {
    line-height: normal;
    border-bottom: 0 !important;
  }
  section.custom-article
    .grid.grid--uniform
    .grid__image-ratio.grid__image-ratio-- {
    border-bottom: 0 !important;
  }
  section.custom-article
    .grid__image-ratio.grid__image-ratio--
    img.lazyautosizes.lazyloaded {
    width: 70%;
    height: 95px;
  }
  section.custom-article .grid.grid--uniform .grid__item.small--one-third {
    width: 30%;
  }
  section.custom-article .grid.grid--uniform .grid__item.small--two-thirds {
    width: 70%;
  }
  section.custom-article
    .grid.grid--uniform
    .grid__item.small--one-third
    a.article__grid-image {
    border-bottom: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  section.custom-article .article-container .article__body.rte h2,
  section.custom-article .article-container .article__body.rte h3 {
    font-size: 22px;
  }
}

/* Article page banner/breadcrumb design 03/05/2022 */

.breadcrumbs li {
  list-style: none;
  display: inline-block;
}

.blog-banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-banner .banner__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.blog-banner .banner__content .breadcrumbs {
  margin: 0;
}
.blog-banner .banner__content .breadcrumbs li:last-of-type a {
  display: none;
}
.blog-banner .banner__content .breadcrumbs li,
.blog-banner .banner__content .reading_time {
  font-size: 12px;
  color: #fff;
}
.blog-banner .banner__content .section__title h1 {
  font-size: 46px;
  color: #fff;
  line-height: 46px;
  margin: 5px 0 15px;
  font-weight: 600;
  /*     font-family: 'Playfair Display'; */
}
.blog-banner .banner__content .date__section {
  display: flex;
  font-size: 16px;
  color: #fff;
}

.comment-feedback__section {
  border-top: 1px solid #1e3119 !important;
  margin-top: 35px;
}

.comment-feedback__section .padless-bottom {
  margin: 35px 0 !important;
  padding-bottom: 35px !important;
  border-bottom: 1px solid #1e3119;
}

.comment-feedback__section h2 {
  font-size: 20px;
  color: #1e3119;
}
.comment-feedback__section .comment.section {
  border: none;
  color: #1e3119;
}

.comment-feedback__section .comment.section .half.column {
  padding: 0;
}
.comment-feedback__section .comment.section .author-details .author {
  letter-spacing: 3px;
}
.comment-feedback__section .comment.section .author-details {
  font-size: 13px;
}

.comment-feedback__section .comment.section .secound-column {
  font-size: 16px;
  padding: 0 15px !important;
  width: 75%;
}
.comment-feedback__section .comment.section .first-column {
  width: 25%;
}

.comment-feedback__section div#comment-form {
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1e3119;
  padding-bottom: 25px;
}

.comment-feedback__section div#comment-form h2.comment-title {
  text-align: center;
}

.comment-feedback__section div#comment-form .half-design {
  width: calc(50% - 10px);
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0;
  text-align: left;
}

.comment-feedback__section div#comment-form input {
  border-color: #1e3119;
  border-radius: 0;
}

.comment-feedback__section div#comment-form label {
  text-transform: uppercase;
  font-size: 13px;
  color: #1e3119;
  letter-spacing: 3px;
  text-align: left;
}

.comment-feedback__section div#comment-form .half-design.last {
  margin-left: 10px;
  float: right;
}

.comment-feedback__section div#comment-form textarea {
  border-color: #1e3119;
  width: 100%;
  border-radius: 0;
}

.comment-feedback__section div#comment-form .input-row {
  text-align: center;
}
.comment-feedback__section div#comment-form p {
  text-align: center;
  font-size: 13px;
  color: #1e3119;
  font-style: normal;
}
.comment-feedback__section div#comment-form .input-row input#comment-submit {
  border-width: 1px;
  border-radius: 5px;
  color: #1e3119;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  background: #efece0 !important;
}

@media only screen and (max-width: 1024px) {
  .blog-banner .banner__content .section__title h1 {
    font-size: 36px;
    line-height: 38px;
  }

  .comment-feedback__section .comment.section .secound-column {
    width: 100%;
    padding: 0 !important;
  }
  .comment-feedback__section .comment.section .first-column {
    width: 100%;
    margin-bottom: 15px;
  }
  .comment-feedback__section div#comment-form .half-design {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-banner .banner__content .section__title h1 {
    font-size: 26px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .index-outer-container-right {
    width: 30%;
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .article__body.rte h2 {
    padding-top: 225px;
    margin-top: -192px !important;
  }
}
@media screen and (max-width: 767px) {
  .article__body.rte h2 {
    padding-top: 85px;
    margin-top: -85px !important;
  }
  .blog-banner img {
    height: auto !important;
  }
}

.blog-banner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

div#comments {
  margin-top: -192px;
  padding-top: 225px;
}

p.notification.success {
  color: #56ad6a !important;
  background-color: #ecfef0;
  border-color: #56ad6a;
}

.to_the_shop {
  letter-spacing: var(--typeBaseSpacing);
  width: 100%;
  background-color: none;
  border-radius: 10px;
  /*     color: #ffffff; */
  text-decoration: none;
  font-weight: bold;
  /*       padding: 10px 0 10px 0; */
  border: 0;
  text-align: center;
}

.to_the_shop p {
  margin: 0px;
}

.to_the_shop a {
  /*   background-color: #f5e7cc; */
  /*   color: #1e3119000; */
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  section.custom-article
    .article-content
    .inhalt-container
    ul.index-container
    li.article-active
    a {
    font-weight: 700 !important;
  }
}

.author_container .author-info .to_the_shop {
  display: none;
}
.inhalt-container .auth_inf {
  display: none;
}
.author-name .auth_inf {
  display: none;
}
.author-name .to_the_shop {
  display: none;
}
.author-info .auth_name_bio {
  display: none;
}
.inhalt-container .auth_name_bio {
  display: none;
}

ul#article_menu {
  padding-left: 20px !important;
  margin-left: 0 !important;
  max-height: 315px;
  overflow: auto;
}
.author_container .author_inner_container img {
  border-radius: 100%;
  max-height: 75px;
  max-width: 75px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .article-content .article-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.auth_name_bio {
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
   {
    /*       margin: 0;
      overflow: hidden; */
  }
  .scrollBar {
    width: 5px;
    height: 100%;
    background: #49505a;
    position: fixed;
    top: 0;
    right: 9px;
    z-index: 1;
  }

  .scrollBar .slider {
    width: 20px;
    background: #5eaee3;
    border-radius: 10px;
    left: -7px;
  }
}

body section.blog-section .row {
  display: flex;
  flex-wrap: wrap;
}

.comment-feedback__section #comments {
  margin-top: 0;
  padding: 0;
}

.comment-feedback__section #comments .section.padless-bottom {
  border: 0;
  padding-bottom: 0 !important;
}

.comment-feedback__section #comments .section.padless-bottom h2 {
  margin-bottom: 10px;
}

.comment-feedback__section
  #comments
  .section.padless-bottom
  .comment
  .half.column.secound-column {
  padding: 0 !important;
  width: 100%;
  margin-bottom: 10px;
  font-style: italic;
}

.comment-feedback__section
  #comments
  .section.padless-bottom
  .comment
  .half.column.first-column.author-details
  .article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: italic;
}

.comment-feedback__section
  #comments
  .section.padless-bottom
  .comment
  .half.column.first-column.author-details
  .article-meta
  .author {
  margin-right: 10px;
}

.comment-feedback__section div#comment-form {
  margin-top: 40px;
  margin-bottom: 0;
  border-bottom: 0px;
  padding-bottom: 0;
  text-align: left;
}

.comment-feedback__section div#comment-form h2.comment-title {
  text-align: left !important;
  margin-bottom: 10px !important;
}

.comment-feedback__section div#comment-form .notification.errors {
  margin-bottom: 10px;
}

.comment-feedback__section div#comment-form .notification.errors .errors ul {
  list-style: none;
}

.comment-feedback__section div#comment-form .notification.errors .errors ul li {
  margin-bottom: 5px;
}

.comment-feedback__section div#comment-form .input-row {
  text-align: left !important;
}

.comment-feedback__section div#comment-form label {
  text-align: left;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.comment-feedback__section div#comment-form input {
  border-radius: 0;
  width: 100%;
  border: none;
  line-height: 52px;
  font-family: arial;
  padding: 0px 18px;
  font-size: 14px;
  background: #ddd;
}

.comment-feedback__section div#comment-form textarea {
  border: none;
  font-family: arial;
  padding: 9px 18px;
  font-size: 14px;
  background: #ddd;
  min-height: 150px;
}

.comment-feedback__section div#comment-form .input-row input#comment-submit {
  border-radius: 0;
  color: #1e3119;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  background: #f5e7cc;
  cursor: pointer;
}

.comment-feedback__section div#comment-form p {
  margin: 10px 0;
}

.breadcrumbs span {
  color: #1e3119;
}
.comments a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .article__body img {
    max-width: 100%;
  }
}

section.custom-article .article-container .article__body.rte p {
  line-height: 24px;
}

section.custom-article .article-container li {
  line-height: 24px;
}

section.custom-article .article-container ol li {
  list-style: decimal;
}

@media only screen and (min-width: 769px) {
  .article-content div#author_container {
    top: 130px !important;
  }
  .article-content div#author_container .inhalt-container ul#article_menu {
    max-height: 210px;
  }
  .article-content div#author_container .inhalt-container ul#article_menu a {
    font-size: 14px;
  }
}

.article-content div#author_container .author_container .author-info.panel {
  display: none;
}
.article-content div#author_container .author_container button.accordion {
  background: none;
  border: none;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #1e3119;
}

/*scrolling bugs */
html {
  scroll-behavior: smooth;
}
.article-content div#author_container .inhalt-container ul#article_menu li {
  list-style: auto outside none;
  display: list-item;
}
/* section.custom-article .article-content {
    font-family: 'Quicksand';
} */
section.custom-article .article-container .article__body.rte h2,
section.custom-article .article-container .article__body.rte h3,
section.custom-article .article-content {
  color: #1e3119 !important;
}
/* section.custom-article .article-content {
    font-family: 'Barlow', sans-serif;
} */
section.custom-article .article-content .to_the_shop a {
  width: calc(100% - 20px);
  margin: 10px 0;
}
@media only screen and (min-width: 769px) {
  div#PageContainer,
  main.main-content {
    overflow: visible;
  }
  .article-content div#author_container {
    top: 80px !important;
  }
  .article-content .article-container .article__body.rte h2 {
    padding-top: 0;
    margin-top: 0 !important;
  }
  .author_container .author_inner_container img {
    min-height: 100px;
    min-width: 100px;
    max-width: 100px;
  }
  
  .article-content h2,
  .article-content h3 {
    /*width: 50%;*/
    /* width:285px !important; */
  }
}

@media only screen and (max-width: 768px) {
  main.main-content {
    padding: 0;
  }
  .blog-banner .banner__content .section__title h1 {
    font-size: 22px;
  }

  .author_container .author_inner_container img {
    min-height: 125px;
    min-width: 125px;
    max-width: 125px;
  }
}

.main-navigation.nav-loading {
  opacity: 1;
}

.article-container ul li {
  list-style-type: disc;
}

b,
strong {
  font-weight: bold;
}

.article-container ul {
  list-style-type: circle;
  margin-inline-start: 15px;
}

/* opacity banner */

.blog-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumb a,
.breadcrumb span {
  color: #fff;
}
.blog-banner .banner__content {
  z-index: 1;
}
.blog-banner .banner__content {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .blog-banner:after {
    height: 98.2%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-banner .banner__content {
    top: 30%;
    transform: inherit;
  }
}
.custom_text {
  text-align: center;
}
a.breadcrumbs__link {
  color: #fff;
}
article.article,
article.article h2 {
  font-family: "lato", sans-serif;
}
.blog-banner .banner__content,
.blog-banner .banner__content h1 {
  font-family: "lato", sans-serif;
}
.author-bio {
  font-family: "lato", sans-serif;
  padding: 0 15px;
}
button.accordion {
  font-family: "lato", sans-serif;
}
.article-content div#author_container .inhalt-container ul#article_menu a {
  font-family: "lato", sans-serif;
}
section.custom-article .article-content .inhalt-container {
  font-family: "lato", sans-serif;
}
section.custom-article .article-content .inhalt-container span {
  padding-left: 15px;
  padding-top: 6px;
  padding-bottom: 0;
  display: table;
}
ul#article_menu {
  padding-left: 30px !important;
  margin-top: 0 !important;
}

iframe[title="Button to launch messaging window"] {
  margin-bottom: 60px !important;
}

button.needsclick.kl-teaser-VYxrui.undefined.kl-private-reset-css-Xuajs1 {
  margin-bottom: 75px !important;
}
section.custom-article {
  max-width: 122rem;
  margin: 70px auto 20px auto;
  padding: 0 40px;
}
ul.breadcrumbs {
  padding: 0;
  font-size: 14px;
}
.banner__content {
  margin: 50px 0 0 0;
}
.blog-info {
  display: flex;
  gap: 40px;
  font-size: 14px;
}
.reading_time {
  border: 1px solid #1e311933;
  padding: 0 15px;
  border-radius: 30px;
}

.section__title {
  font-size: 36px;
  max-width: 693px;
  color: #1e3119 !important;
  line-height: 55px;
  font-family: "Larken";
  font-weight: 800;
  margin: 20px 0;
}
p,
ul,
li {
  font-size: 14px;
  line-height: 21px !important;
}
.author_container button.accordion.active svg {
  transform: rotate(180deg);
  transition: transform 0.5s;
}
.author_container button.accordion.active + .author-info.panel {
  display: block !important;
}
.author_container button.accordion {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-content: center;
}
#author_container > div.inhalt-container > span > font > font {
  font-size: 20px;
  font-family: larken;
  font-weight: 800;
}
.to_the_shop a {
  background: #cde633 !important;
  color: #1e3119 !important;
  text-decoration: none !important;
}
/* Modifed Blog CSS START */
@media only screen and (max-width: 768px) {
  section.custom-article {
    margin: 0 !important;
  }
}
section.custom-article {
  max-width: 122rem !important;
  padding: 0 10px !important;
}
.banner__content {
  margin: 20px 0 0 0 !important;
}
.banner__content {
  margin: 20px 0 0 0 !important;
}
section.custom-article .article-content {
  padding: 0px 10px !important;
}
.right {
  width: 100% !important;
  margin-left: 0 !important;
  max-width: 800px;
}
.blog-split {
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px !important;
  margin-bottom: 20px !important;
  flex-direction: column !important;
}
.section__title {
  font-size: 24px !important;
  /* max-width: 693px !important; */
  max-width: none !important;
  color: #1e3119 !important;
  line-height: 35px !important;
  font-family: "Larken" !important;
  font-weight: 800 !important;
  margin: 20px 0 80px 0 !important;
}
/* Modified Blog CSS END */
h2,
h3 {
  font-weight: 900;
  font-family: larken !important;
}
.article__body img:not(.ws-blog-text-image__img img) {
    border-radius: 10px;
}