.knitstyling-wrapper {
  padding: 0%;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10%;
}

.h1_sub {
  font-size: 13.5px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1%;
}

.knitstyling-wrapper a img:hover {
  opacity: 0.7;
  transition: .3s;
  background-color: #777;
}

.br::before {
  content: "\A";
  white-space: pre;
}

.br_size::before {
  content: "\A";
  white-space: pre;
}

.uppercase {
  text-transform: uppercase;
}



@media only screen and (min-width: 641px) {
  .knitstyling-wrapper {
    padding: 0 35%;
  }

  h1 {
    margin-bottom: 5%;
  }

  .br::before {
    content: "";
  }

  .br_size::before {
    content: "/";
  }

}

.top-img {
  margin-bottom: 10%;
}
section.top {
  margin-bottom: 10%;
}

.main-txt {
  padding: 0 11%;
  line-height: 1.95;
  letter-spacing: 1.2px;
  font-size: 13px;
  font-weight: 600;
}

.-flex {
  display: flex;
}

.-flex.styling-wrap {
  justify-content: space-between;
  margin-bottom: 10%;
  gap: 4%;
}

.-flex.detail-wrap {
  justify-content: flex-start;
  gap: 5%;
  margin-bottom: 2%;
}

.styling-box {
  width: 47%;
}

section.styling {
  padding: 0 5%;
  margin-bottom: 15%;
}

.styling-box img {
  margin-bottom: 5%;
}

.shop-box {
  background-color: #000;
}

.shop-box p {
  font-size: 10px;
  color: #FFF;
  font-weight: bold;
  padding: 2px 6px;
}

.staff-name {
  font-size: 12px;
  font-weight: bold;
}

.corde-tit {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}

.findyourknit-link h2 {
  font-size: 17px;
  text-align: center;
  margin-bottom: 2%;
}

@media only screen and (min-width: 641px) {

  .findyourknit-link {
    margin-bottom: 10%;
  }

}