.features-section .features-grid .feature-card {
  background-size: cover;
  background-repeat: no-repeat;
}
.features-section .features-grid .feature-card:first-child {
  background-image: url(../../assets/images/bg-blue-07.png);
  background-position: left top;
}
.features-section .features-grid .feature-card:nth-child(2) {
  background-image: url(../../assets/images/bg-blue-08.png);
  background-position: right bottom;
}
.features-section .features-grid .feature-card:nth-child(3) {
  background-image: url(../../assets/images/bg-blue-09.png);
  background-position: left top;
}
.features-section .features-grid .feature-card:nth-child(4) {
  background-image: url(../../assets/images/bg-blue-10.png);
  background-position: right top;
}