@charset "utf-8";

.coming-soon {
  height: 400px;
  text-align: center;
  margin: 226px 21% 0 27%;
}
.coming-soon__text {
  letter-spacing: 0.2em;
  font-size: 20px;
  color: #11b91e;
  padding: 15% 0 60px;
}
.back-news {
  width: 100px;
  height: 24px;
  color: #11b91e;
  border: 1px solid #11b91e;
  padding: 5px 10px;
}
.back-news:hover {
  color: #ffffff;
  background-color: #63f26e;
  border: none;
}

@media (max-width: 767px) {
  .coming-soon {
    height: 200%;
    margin-bottom: 100px;
  }
  .coming-soon__text {
    font-size: 16px;
  }
}
