@-webkit-keyframes pendel {
  to {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
}
@keyframes pendel {
  to {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg);
  }
}
.column:nth-child(4) .c-stat {
  color: #f2c269;
}
.column:nth-child(4) .c-stat a {
  color: #fff;
}
.column:nth-child(4) .c-stat svg {
  -webkit-transform-origin: center -100px;
      -ms-transform-origin: center -100px;
          transform-origin: center -100px;
  -webkit-transform: rotate(2.5deg);
      -ms-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
  -webkit-animation: pendel 3s infinite alternate ease-in-out;
          animation: pendel 3s infinite alternate ease-in-out;
}
.column:nth-child(4) .c-stat svg path {
  color: #f2c269;
  fill: currentColor !important;
}
.column:nth-child(4) .c-stat__text {
  color: currentColor;
}
.column:nth-child(4) .c-stat__right div::before, .column:nth-child(4) .c-stat__left div::before {
    -webkit-box-shadow: inset 0 0 0 2px #f2c269;
    box-shadow: inset 0 0 0 2px #f2c269;
}
