/* Text Feature Two Component Styles */

.text-feature-two {
  background: #ccf080;
  color: #000;
  z-index: 1;
}

.text-feature-two .feature-subtitle {
  font-size: 20px;
}

.text-feature-two__video-container {
  margin-bottom: 40px;
  border: 6px solid #000;
  border-radius: 37px;
}

.text-feature-two .shape_01 {
  top: 16%;
  left: 3%;
  width: 2.3%;
  min-width: 28px;
  animation: rotated 50s infinite linear;
}

.text-feature-two .shape_02 {
  bottom: 5%;
  right: 2%;
  width: 1.5%;
  min-width: 22px;
  animation: rotated 48s infinite linear;
}