.sticky {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}
.comment-reply-title small a {
  font-size: 18px;
  margin-left: 5px;
  font-weight: 500;
  color: red;
}
.togo-comment-form .comment-form-cookies-consent label {
  line-height: 1.6;
}
.page-404-content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.error-image {
  margin-bottom: 40px;
}
.error-image img {
  display: block;
  margin: 0 auto;
}
.page-404-content .error-404-text {
  max-width: 100% !important;
}
