.get {
  background-image: url("/img/hero/purple-paint-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.get__list {
  font-size: 1.12rem;
}
.get__list li {
  padding-bottom: 1rem;
}
.get__list li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f058";
  color: #50247b;
  padding-right: 10px;
}

.gray-bg {
  background: linear-gradient(101.62deg, rgba(239, 239, 239, 0.47) 2.39%, rgba(185, 185, 185, 0.19) 98.3%);
}

/*# sourceMappingURL=get.css.map */
