/* Block Feature Cards Component Styles (Block Feature Four) */

.block-feature-four {
  z-index: 1;
}

.block-feature-four .shape_01 {
  top: 0;
  left: 7%;
  width: 2.52%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.block-feature-four .shape_02 {
  bottom: 2%;
  right: 7%;
  width: 1.8%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}

.block-feature-four--no-links .card-style-six {
  padding-bottom: 0;
}

.block-feature-four--no-links .card-style-six p {
  margin-bottom: 0;
}

.block-feature-four--no-links .card-style-six .card-style-six__content {
  padding: 32px;
}