.error404 main#primary {
  padding: clamp(2.5rem, 1.5898rem + 3.8835vw, 6.25rem) 0 clamp(3.75rem, 2.1569rem + 6.5359vw, 10rem);
}
.container.error {
  display: flex
;
  flex-direction: column;
  align-items: center;
}
h1.error-title {
  font-size: clamp(3.75rem, 2.5364rem + 5.1780vw, 8.75rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-bottom: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
}
  img.emob {
    display: none; 
  }
  h2.error-subtitle {
  color: #0A422F;
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1.125rem, 0.7913rem + 1.4239vw, 2.5rem);
  margin-bottom: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
}
img.epc, img.emob {
  margin-bottom: 30px;
}
p.error-desc {
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  max-width: 600px;
  text-align: center;
  margin-bottom: 30px;
}
.container.error a.btn {
  padding: 16px 100px;
}

@media (max-width: 768px) {
  .container.error a.btn {
  width: 100%;
}
  img.epc {
    display: none;
  }
  img.emob {
    display: block;
    width: 100%;
  }
  

}
