.skin-type__item {
  position: relative;
  width:100%;
  display: flex;
  align-items: center;
  margin: 1rem;
}

.skin-type__image {
  width: 35px;
  margin: -1rem;
  position: absolute;
  left: 0px;
}

.skin-type__title {
  margin-left: 4rem;
}