.p-crm .b-svg {
  width: 163px;
}

#svg--crm--dialog-1,
#svg--crm--dialog-2,
#svg--crm--dialog-3,
#svg--crm--dialog-4 {
  opacity: 0;
  visibility: hidden;
}

#svg--crm--dialog-1 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: .4s, 2.4s;
  animation-delay: .4s, 2.4s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--crm--dialog-2 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: .8s, 2.4s;
  animation-delay: .8s, 2.4s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--crm--dialog-3 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 1.2s, 2.4s;
  animation-delay: 1.2s, 2.4s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--crm--dialog-4 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 1.6s, 2.4s;
  animation-delay: 1.6s, 2.4s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

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

.p-crm__long-text-format-4 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .p-crm .b-svg {
    width: 233px;
  }

  .p-crm__long-text-format-2 {
    margin-bottom: 30px;
  }

  .p-crm__long-text-format-4 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .p-crm .b-svg {
    width: 370px;
  }
}

@media (min-width: 1234px) {
  .p-crm .b-svg {
    width: 547px;
  }

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