#fwCms_wrapper .christmas_sweets_2024 .fmt_content_nav li {
  display: flex;
  flex-direction: column;
  width: calc( 50% - 0.65vw );
}
@media screen and (min-width: 768px) {
  #fwCms_wrapper .christmas_sweets_2024 .fmt_content_nav li {
    width: calc( 50% - 5px );
    margin: 0;
  }
}
/*#fwCms_wrapper .christmas_sweets_2024 .fmt_content_nav li:nth-of-type(n+3) {
  margin-top: 1.1428571429em;
}*/
@media screen and (min-width: 768px) {
  #fwCms_wrapper .christmas_sweets_2024 .fmt_content_nav li:nth-of-type(n+3) {
    margin-top: 10px;
    /*width: calc( 25% - 5px );*/
    width: calc( ( 100% - 30px ) / 4 );
  }
}
#fwCms_wrapper .christmas_sweets_2024 .fmt_content_nav li a {
  padding: 0;
  min-height: 0;
  background: inherit;
}

