@charset "UTF-8";

.step {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 72px 0 20px 0;
}

p {
  text-align: start;
  width: 500px;
  margin: 20px auto;
}

p span {
  color: #FF0000;
}

.heading {
  display: flex;
  justify-content: center;
}

.care {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 54px 0 10px 0;
}

.care a {
  color: #E63383;
  border-bottom: #E63383 1px;
}

.brand {
  color: #E63383;
}

.namber {
  width: 110px;
  border-right: 1px #fff solid;
}

.care-content {
  margin: 20px auto;
}

.Inkcare {
  width: 40%;
  margin: 30px auto;
  border: 1px #fff solid
}

.studio-buy {
  text-align: center;
}

@media screen and (min-width:375px) and (max-width:430px) {
  p {
    width: 80%;
  }

  h2 {
    font-size: 18px;
  }

  .step {
    margin: 72px 10px 20px 10px;
    gap: 4px;
  }

  .namber {
    width: 150px;
    align-items: center;
  }

}