@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i|Roboto:300,400,400i,500,500i,700,700i&display=swap");
html {
  font-size: 22px;
  font-family: "Roboto", sans-serif;
}
body { 
  padding: 0px;
  font-family: "Roboto", sans-serif;
}

.card {
  background-color: #FFFFFF;
  color: white;
  padding: 1rem;
  height: 160px;
  border: 1px solid #000000;
  border-radius: 10px;
}
.cards {
  max-width: 655px;
  margin: 0 auto;
  display: grid;
  grid-gap: 14px;
}
.google-logo img {
  position: absolute;
  height: 50px;
  margin-top: 30px;
  margin-left: 10px;
}
.company-logo img {
  position: absolute;
  margin-bottom: 10px;
  margin-left: 150px;
  height: 30px;
}
.qr-code img {
  position: absolute;
  height: 65px;
  margin-top: 85px;
  margin-left: 30px;
}
.nfc-logo img {
  position: absolute;
  height: 20px;
  margin-top: 78px;
  margin-left: 255px;
}
.steps {
  position: absolute;
  margin-top: 60px;
  margin-left: 120px;
}
.steps steps {
  display: block;
  color: #3074f1;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
.steps step1 {
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.steps step2 {
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.steps step3 {
  display: block;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.arrow img {
  position: absolute;
  height: 42px;
  margin-top: 130px;
  margin-left: 170px;
}
.starts {
  position: absolute;
  margin-top: 157px;
  margin-left: 70px;
  font-size: 12px;
  font-weight: 500;
  color: #fbaf02;
  text-transform: uppercase;
}
.rate {
  position: absolute;
  width: 10px;
  margin-top: 120px;
  margin-left: 240px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.us {
  position: absolute;
  width: 10px;
  margin-top: 136px;
  margin-left: 246px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}