.logo-container {
  background-color: white;
}

.container-maintenance-page {
  background-color: #05141f;
  padding: 5px 0 60px;
}

.title-maintenance-page {
  text-align: center;
  color: #c7c8ca;
  font-family: "kia-signature-font-bold";
  margin: 25px 16px 0;
}

.text-maintenance-page {
  text-align: center;
  color: #c7c8ca;
  font-family: "kia-signature-font-bold";
  font-size: 18px;
  margin: 20px 16px 0;
  line-height: 1.5;
}

.main-image-container {
  background: url(../images/stranica-je-u-pripremi-desktop.jpg);
  height: 70vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 889px) {
  .main-image-container {
    zoom: 80%;
  }
}

@media only screen and (max-width: 766px) {
  .main-image-container {
    background: unset;
    height: unset;
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
  }
  .text-maintenance-page {
    font-family: "kia-signature-font-regular";
    font-size: 16px;
    margin: 16px 20px 0;
  }
  .container-maintenance-page {
    background-color: #05141f;
    padding: 5px 0 30px;
  }
}
