.p-app-audit .b-svg {
  width: 139px;
}

#svg--app-audit--tick1,
#svg--app-audit--tick2,
#svg--app-audit--tick3,
#svg--app-audit--cross1,
#svg--app-audit--cross2 {
  opacity: 0;
  visibility: hidden;
}

#svg--app-audit--tick1 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 2.8s, 4.4s;
  animation-delay: 2.8s, 4.4s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--app-audit--tick2 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 1.2s, 4.4s;
  animation-delay: 1.2s, 4.4s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--app-audit--tick3 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: .4s, 4.4s;
  animation-delay: .4s, 4.4s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--app-audit--cross1 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 3.6s, 4.4s;
  animation-delay: 3.6s, 4.4s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--app-audit--cross2 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 2s, 4.4s;
  animation-delay: 2s, 4.4s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

.p-app-audit__long-text-format {
  margin-bottom: 20px;
}

.p-app-audit__long-text-format-2 {
  margin-bottom: 20px;
}

.p-app-audit__long-text-format-2 ul.list {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-app-audit h2 {
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .p-app-audit .b-svg {
    width: 197px;
  }

  .p-app-audit h2 {
    margin-bottom: 30px;
  }

  .p-app-audit__long-text-format {
    margin-bottom: 60px;
  }

  .p-app-audit__long-text-format-2 {
    margin-bottom: 60px;
  }

  .p-app-audit__long-text-format-2 ul.list {
    margin-bottom: 60px;
  }
}

@media (min-width: 1234px) {
  .p-app-audit .b-svg {
    width: 340px;
  }
}