.maintenance-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.maintenance-container .maintenance-img {
  background: url("../../../../../etc/designs/mt/widgets/shared/css/images/static/mt-maintenance-illustration.svg");
  width: 60%;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1.77777778;
  padding: 10px 0;
}
.maintenance-container .maintenance-msg {
  font-size: small;
  padding: 10px;
  font-weight: bold;
}
