/*--- Colors setup ---*/
/*--- Fonts ---*/
/*--- Spacing ---*/
/*--- Buttons ---*/
/*--- helpers ---*/
/*--- 404 style ---*/
.error-404-content.ct-section .ct-section-inner-wrap {
  text-align: center;
  align-items: center;
  padding: 2.8125rem 0 3.4375rem 0;
  gap: 3.4375rem;
}
.error-404-content.ct-section .ct-section-inner-wrap h2 {
  font-size: 2.25rem;
  text-transform: none;
}
.error-404-content.ct-section .ct-section-inner-wrap a {
  border-bottom: 2px dotted #333333;
  text-decoration: none;
}
.error-404-content.ct-section .ct-section-inner-wrap a:hover {
  border-bottom: none;
}
