.m-text__label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: var(--v-font-weight__default--bold);
  color: var(--v-color__2);
}

.m-text__title-style1 {
  position: relative;
  padding-bottom: 1rem;
}

.m-text__title-style1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 7rem;
  background-color: var(--v-color__2);
}

.u-align__center .m-text__title-style1::after {
  left: calc( 50% - 3.5rem );
}

@media (max-width: 699px) {
  .u-align__center---sm .m-text__title-style1::after {
    left: calc( 50% - 3.5rem );
  }
}
