.get-started-bg {
  background: url("../images/iosgetstarted/headerbg.jpg") no-repeat center -11vh /
    cover;
  /* min-height: 100vh; */
  /* border: solid red; */
}

.GS-header-container {
  text-align: center;
  margin-top: 6rem;
}

.laptop-header-img {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.laptop-header-img img {
  width: 38rem;
}

.title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 1.2em;
  margin-bottom: 3.5em;
}

.step {
  display: flex;
  gap: 2em;
}

.step-number {
  background-color: #76c893;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.step-heading {
  color: #212121;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0.5em;
}

.step-pera {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
strong {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.step-img {
  margin: 2em 0 0.7em 0;
}

footer {
  background-color: #f3f7f5;
}
