.ec-under-maintenance-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  margin: 0px;
  padding: 0px;
  height: 100vh;
  color: #ffffff;
  font-family: sans-serif;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ec-under-maintenance-02 div {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.ec-under-maintenance-02 img {
  max-width: 100%;
}
.ec-under-maintenance-02 .wrap {
  padding: 0 15px;
  text-align: center;
}
.ec-under-maintenance-02 .wrap p {
  color: #777;
}
.ec-under-maintenance-02 .wrap h1, .ec-under-maintenance-02 .wrap .h1 {
  font-weight: 700;
  margin: 30px 0 20px;
  font-size: 45px;
  color: #30ad94;
}
.ec-under-maintenance-02 .wrap h2, .ec-under-maintenance-02 .wrap .h2 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  color: #2e4654;
  font-weight: 600;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media only screen and (max-width: 575px) {
  .ec-under-maintenance-02 img {
    max-width: 50%;
  }
  .ec-under-maintenance-02 .wrap h1, .ec-under-maintenance-02 .wrap .h1 {
    font-size: 30px;
  }
  .ec-under-maintenance-02 .wrap h2, .ec-under-maintenance-02 .wrap .h2 {
    font-size: 15px;
  }
}