@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap");

nav {
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: 30px;
}

.line {
  width: 100%;
  height: 1px;
  margin: 10px 0 10px 0;
  border-bottom: 2px solid #ededed;
}

.icon--samsung {
  height: 30px;
}

.box--title {
  margin-top: 10px;
}

section {
  font-family: "Raleway", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100wh;
  padding: 30px 140px 0 140px;
}

.box--title--step {
  display: flex;
  align-items: center;
  justify-items: center;
}

p {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
}

.title {
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

.box--no--numbering {
  margin: 15px;
  font-size: 23px;
}

.subtitle {
  font-size: 25px;
  font-weight: 600;
}

.circle {
  margin: 10px 10px 10px 0;
  height: 40px;
  width: 40px;
  background-color: #353535;
  font-size: 20px;
  font-weight: 500;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.box--contents {
  padding: 20px;
}

.box--image {
  display: flex;
  align-items: center;
}

.box--note {
  padding: 30px;
  margin: 10px 100px 10px 0;
  background-color: #fafafa;
}

.note {
  padding-left: 20px;
}

.text--step {
  padding-left: 15px;
  font-size: 22px;
}

.image--step {
  margin: 15px 0 15px 0;
  padding: 0 0 0 150px;
  width: 300px;
}

footer {
  text-align: center;
  padding: 0 0 15px 0;
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
}
