.contact {
  background-image: url("~src/assets/usage-statistics-assets/contact/1.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.contact-card {
  background: rgba(255, 255, 255, 0.5) 0 0 no-repeat padding-box;
  box-shadow: 1px 3px 6px #00000029;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 20px 80px;
}
