@media (min-width: 1280px) and (max-width: 1366px) {
  .device-xl body {
    letter-spacing: normal;
  }
  .device-xl .contact::before {
    top: 700px;
  }
  .device-xl .header {
    min-height: 500px !important;
    height: 500px;
  }
  .device-xl .header img {
    height: 500px;
    object-fit: cover;
  }
}
