main {
  padding-top: 75px;
}

.blog .list .heading h2 {
  color: #1d32a1;
}

.blog .list .heading h2 span {
  color: #1d32a1;
}

.blog .list .heading h2::after {
  background-color: #5c7ff9;
}

.blog .post__more a {
  color: #3965f8;
}

.blog .post__more {
  border-color: #5c7ff9;
}

.blog:not(.tag) header .header__link:nth-child(2) > div:first-child > div,
.blog:not(.tag) header .header__link:nth-child(2) > div:last-child {
  color: var(--enter-blue);
  border-color: var(--enter-blue);
}

.blog .post__tags a:hover {
  color: #3965f8;
}
