* {
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding-left: 109px;
  padding-right: 60px;
  padding-top: 80px;
}

.box-left {
  width: 50%;
}

.logo img {
  width: 280px;
  height: 70px;
}

.system-maintenance {
  font-weight: 800;
  font-size: 51px;
  line-height: 57px;
  margin-top: 66px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.apologize-message {
  font-weight: 400;
  font-size: 26px;
  line-height: 39px;
  margin-top: 45px;
  color: #70777e;
  font-family: "Open Sans", sans-serif;
}

.box-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 50px;
}

.box-right img {
  width: 600px;
  height: 400px;
}

@media screen and (max-width: 1023px) {
  .box-left,
  .box-right {
    width: 100%;
  }

  .container {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
  }

  .logo {
    display: flex;
    justify-content: center;
  }

  .logo img {
    width: 180px;
    height: 45px;
  }

  .system-maintenance {
    font-size: 24px;
    line-height: 36px;
    margin-top: 80px;
    text-align: center;
  }

  .apologize-message {
    font-size: 16px;
    line-height: 24px;
    margin-top: 4px;
    text-align: center;
  }

  .box-right {
    justify-content: center;
    margin-left: 0px;
    margin-top: 50px;
  }

  .box-right img {
    width: 330px;
    height: 220px;
  }
}
