HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/landings/landings/exnova-upgrade/src/components/GetStarted/GetStarted.module.scss
.wrapper {
  margin: 140px auto 0;
  order: 9;
}
.blueBox {
  background: linear-gradient(102.97deg, #0D8EF0 0.37%, #0081E3 15.31%, #0264C6 100%);
  border-radius: 56px;
  width: 1328px;
  position: relative;
  padding: 24px 0 0 0;
  overflow: hidden;
}

.title {
  color: #FAFAFA;
  white-space: normal;
  font-size: 46px;
  text-align: center;
  margin: 24px auto 48px;
  line-height: 1.2;
}

.imgMobile {
  display: none;
}

.text {
  color: #EAEAECB2;
  text-align: center;
  margin-top: 32px;
  font-size: 24px;
}

.bg {
  width: 916px;
  margin: 0 auto;

  img {
    width: 100%;
  }
}

.imgDesktop {
  display: block;
}

.btn {
  width: 180px;
  margin: 64px auto;
}

@media (max-width: 1440px) {
  .blueBox{
    width: 1254px;
  }
}

@media (max-width: 1366px) {
  .wrapper {
    margin: 2px auto 0;
  }
}

@media (max-width: 1024px) {
  .wrapper {
    margin: -16px auto 0;
  }

  .blueBox {
    width: 912px;
  }

  .title {
    font-size: 40px;
  }

  .bg {
    width: 764px;
  }
}

@media (max-width: 700px) {
  .blueBox {
    width: 432px;
  }
  .title {
    font-size: 36px;
    max-width: 10em;
  }
  .bg {
    width: 356px;
  }
}

@media (max-width: 400px) {
  .blueBox {
    width: 345px;
  }
  .title {
    font-size: 32px;
    max-width: 9em;
    line-height: 1.25;
  }
  .bg {
    width: 265px;
  }
  .imgMobile {
    display: block;
    transform: translateY(1px);
  }
  .imgDesktop {
    display: none;
  }
}