#blog .wp-block-columns {
  gap: 2em;
}
#blog h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  line-height: 2;
}
#blog p {
  line-height: 2;
}
@media (max-width: 768px) {
  #blog .wp-block-columns {
    gap: 2em;
  }
  #blog p {
    line-height: 1.5;
  }
  #blog h2, h3, h4, h5, h6 {
    line-height: 1.5;
  }
}

#blog h3 {
    font-size: 1.5em;
}
#blog h4 {
  font-size: 1.17em;
}
#blog h5 {
  font-size: 14px;
}
@media (max-width: 768px) {
  #blog h5 {
    font-size: 16px;
  }
}
#blog h6 {
  font-size: 0.83em;
}
.menu .menu-list .menu-header {
  font-size: 18px!important;
}
@media (max-width: 768px) {
  .menu .menu-list .menu-header{
    font-size: 16px!important;;
  }
}


#news .wp-block-columns {
  gap: 2em;
}
#news h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  line-height: 2;
}
#news p {
  line-height: 2;
}
@media (max-width: 768px) {
  #news .wp-block-columns {
    gap: 2em;
  }
  #news p {
    line-height: 1.5;
  }
  #news h2, h3, h4, h5, h6 {
    line-height: 1.5;
  }
}

#news h3 {
    font-size: 1.5em;
}
#news h4 {
  font-size: 1.17em;
}
#news h5 {
  font-size: 14px;
}
@media (max-width: 768px) {
  #news h5 {
    font-size: 16px;
  }
}
#news h6 {
  font-size: 0.83em;
}
.menu .menu-list .menu-header {
  font-size: 18px!important;
}
@media (max-width: 768px) {
  .menu .menu-list .menu-header{
    font-size: 16px!important;;
  }
}