.features-section .features-left .feature-tag:nth-child(1) {
  top: 20px;
  right: -15px;
}

.features-section .features-left .feature-tag:nth-child(2) {
  top: 215px;
  right: 30px;
}

.features-section .features-left .feature-tag:nth-child(3) {
  top: 415px;
  right: 0;
}

.features-section .features-right .feature-tag:nth-child(1) {
  top: 30px;
  left: -15px;
}

.features-section .features-right .feature-tag:nth-child(2) {
  top: 225px;
  left: 35px;
}

.features-section .features-right .feature-tag:nth-child(3) {
  top: 410px;
  left: 5px;
}

