@media (prefers-color-scheme: light) {
  .horizontal-blocks.dark_blue {
    background-color: #fff;
    margin: 0;
    padding: 80px 0;
  }
  .horizontal-blocks.dark_blue .section-title {
    color: #14151f;
  }
  .horizontal-blocks.dark_blue .section-description {
    color: rgba(20, 21, 31, 0.7);
    opacity: 1 !important;
  }
  .horizontal-blocks.dark_blue_background_items .horizontal-blocks__item {
    background: rgba(20, 21, 31, 0.03);
  }
  .horizontal-blocks.dark_blue_background_items .horizontal-blocks__item-desc {
    color: rgba(20, 21, 31, 0.7);
    opacity: 1 !important;
  }
  .horizontal-blocks.dark_blue_background_items .horizontal-blocks__item-info .horizontal-blocks__item-date {
    color: #77787e;
  }
  .horizontal-blocks.dark_blue_background_items .author .author-name {
    color: #14151f;
  }
  .horizontal-blocks.dark_blue_background_items .author .author-username {
    color: rgba(20, 21, 31, 0.7);
    opacity: 1 !important;
  }
}
