.components-button {
  height: auto;
}

.label5-parts2 {
  position: relative;
  padding: 13px 20px;
  border: 1px solid #261819;
}

.single-page .label5-parts2__title {
  position: absolute!important;
  right: 33px;
  top: -12px;
  display: inline-block;
  padding: 2px 4px 2px 34px!important;
  font-size: 1.4rem!important;
  line-height: 2.4rem!important;
  color: #261819;
  background-color: #ffffff;
  background-image: url(./img1.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 24px;
}

.label5-parts2__title::before {
  display: none;
}

.label5-parts2__title::after {
  display: none;
}

.label5-parts2__item:not(:last-child) {
  margin-bottom: 20px;
}

.label5-parts2__link {
  display: block;
  transition: opacity 0.3s;
}

.label5-parts2__link:hover {
  opacity: 0.7;
}

.label5-parts2__box {
  display: flex;
  align-items: center;
}

.label5-parts2__img-wrap {
  width: 160px;
}

.label5-parts2__content-wrap {
  width: calc(100% - 160px);
  padding-left: 20px;
}

.label5-parts2__item-title {
  padding: 0!important;
  font-size: 1.4rem!important;
  line-height: 1.5em!important;
  color: #261819;
  background-color: transparent!important;
  border-radius: 0!important;
}

.label5-parts2__item-title::before {
  display: none;
}

@media screen and (max-width: 767px) {
.label5-parts2 {
  padding: 20px;
}

.single-page .label5-parts2__title {
  right: 16px;
}

.label5-parts2__img-wrap {
  width: 100px;
}

.label5-parts2__content-wrap {
  width: calc(100% - 100px);
  padding-left: 10px;
}
}
