.error-balloon-container {
  position: relative;
  text-align: center;
  background-image: url(/assetshttps://res.cloudinary.com/redballoon/image/upload/v1538975809/cc-maintenance-page/error-cloud-bg.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 336px; }

.error-text-inner {
  position: absolute;
  top: 168px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #2e2e2e;
  text-align: center; }

.error-btn-container .btn {
  font-size: 16px;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  width: 216px; }

@media (min-width: 769px) {
  .error-balloon-container {
    height: 500px; }
  .error-balloon._404 {
    background-size: 380px;
    height: 500px; }
  .error-text {
    line-height: 19px;
    margin-bottom: 14px; } }
