header.datavask {
  /*background-color: #c2428f;*/
  background-color: #212529;
  background-image: url("../gfx/joel-filipe-354139-unsplash-dark.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  text-align: center;
}

header.datavask .top-text {
  padding-top: 100px;
  padding-bottom: 20px;
}

header.datavask .top-text .top-lead-in {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}

header.datavask .top-text .top-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

header.datavask h1 {
  font-size: 53px;
}

@media only screen and (max-width: 600px) {
  .datavask {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  header.datavask .top-text {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  header.datavask .top-text .top-lead-in {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  header.datavask .top-text .top-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    /*margin-bottom: 75px;*/
  }
}

.three-steps {
  display: flex;
  margin: 20px auto 80px auto;
  text-align: left;
  padding: 6% 10%;
  /*background-color: #ffc107;*/
  background-color: #e0e0e0;
  height: 230px;
  width: 230px;
  border-radius: 50%;
  justify-content: center;
  border: 8px solid #;
}

.three-steps img {
  width: 150px;
  height: 150px;
  border: 7px solid #fff;
  margin-bottom: 5%;
}

.three-steps-one {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f4fc";
}

.three-steps h2 {
  margin-top: 25px;
  margin-bottom: 20px;
  text-transform: none;
  font-size: 50px;
  text-align: center;
}

.three-steps h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.three-steps p {
  margin-top: 30px;
  padding: 3%;
  font-size: 16px;
}
