.p-content-marketing .b-svg {
  width: 99px;
}

#svg--content-marketing--highlight-1,
#svg--content-marketing--text-1,
#svg--content-marketing--highlight-2,
#svg--content-marketing--text-2,
#svg--content-marketing--rectangle {
  opacity: 0;
  visibility: hidden;
}

#svg--content-marketing--highlight-1 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: .4s, 3.2s;
  animation-delay: .4s, 3.2s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--content-marketing--text-1 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: .8s, 3.2s;
  animation-delay: .8s, 3.2s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--content-marketing--highlight-2 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 1.2s, 3.2s;
  animation-delay: 1.2s, 3.2s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--content-marketing--text-2 {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 1.6s, 3.2s;
  animation-delay: 1.6s, 3.2s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--content-marketing--rectangle {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 2s, 3.2s;
  animation-delay: 2s, 3.2s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

.p-content-marketing__par-ref .label {
  font-size: 20px;
  line-height: 20px;
  color: var(--color-white);
  margin-bottom: 20px;
}

.p-content-marketing__par-ref .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px -30px;
}

.p-content-marketing__par-ref .item {
  color: var(--color-white);
  text-align: center;
  margin: 0 15px 30px;
  width: calc(50% - 30px);
}

.p-content-marketing__par-ref .b-icon {
  font-size: 76px;
  width: 76px;
  margin: 0 auto 21px;
}

@media (min-width: 768px) {
  .p-content-marketing__par-ref .item {
    font-size: 11px;
    line-height: 14px;
    width: calc(25% - 30px);
  }

  .p-content-marketing__par-ref .b-icon {
    font-size: 62px;
    width: 62px;
    margin: 0 auto 17px;
  }
}

@media (min-width: 1024px) {
  .p-content-marketing .b-svg {
    width: 123px;
  }

  .p-content-marketing__par-ref .item {
    font-size: 18px;
    line-height: 22px;
  }

  .p-content-marketing__par-ref .b-icon {
    font-size: 99px;
    width: 99px;
    margin: 0 auto 27px;
  }
}

@media (min-width: 1234px) {
  .p-content-marketing .b-svg {
    width: 164px;
  }

  .p-content-marketing__par-ref .items {
    margin: 0 -20px -54px;
  }

  .p-content-marketing__par-ref .item {
    color: var(--color-white);
    text-align: center;
    margin: 0 20px 54px;
    width: calc(25% - 40px);
  }

  .p-content-marketing__par-ref .label {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 30px;
  }

  .p-content-marketing__par-ref .b-icon {
    font-size: 120px;
    width: 120px;
    margin: 0 auto 37px;
  }
}