* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.maintenance {
    font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  height: 100vh;
  min-height: fit-content;
  width: 100%;
  background: #007FD9;
}
.maintenance__container {
  margin: 0 auto 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  padding: 48px 48px 64px;
}
.maintenance__img {
  display: block;
  height: 32px;
  width: auto;
}
.maintenance__content {
  display: flex;
  flex-direction: column;
}
.maintenance__content h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
  margin: 0;
}
.maintenance__content p {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0;
}
.maintenance__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.maintenance__footer .cat {
  display: block;
  height: 96px;
  width: 96px;
}
.maintenance__footer .phone-wrap {
  display: flex;
  flex-direction: column;
}
.maintenance__footer .phone-title {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.maintenance__footer .phone {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
}
