ul.mod-articles-items.mod-list {
  display: block;
  list-style-type: none!important;
  margin-block-start: 0em!important;
  margin-block-end: 0em!important;
  padding-inline-start: 0px;
}


/**********************menu****************************/

#sp-menu>.sp-column {
  display: flex;
  justify-content: center!important;
}

#sp-menu {
  background: #000000!important;
  }

/* menu and megamenu top level */

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:visited,
.sp-menu-separator                {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 18px!important;
  font-weight: 400!important;
  color: #ea896a!important;
  text-decoration: none!important;
}

.sp-megamenu-parent > li > a:hover {
  text-decoration: none!important;
  color: #f66f45!important;
  background: (0, 0, 0, 0.5)!important;
}

.sp-megamenu-parent>li.active> a  {
  font-family: 'Open Sans', sans-serif!important;
  font-weight: semi-bold!important;
  color: #f66f45!important;
}

.sp-megamenu-parent>li>span  {
  line-height: 60px!important;
}

/* mobile burger menu */

.burger-icon > span {background-color: #ea896a!important;
}

/*close all menu */

a:link,
a:visited  {
  color: #663300!important;
  text-decoration: underline!important;
}

a:hover {
  color: #663300f!important;
  text-decoration: none!important;
}