.m-content__style1 {
  font-size: 150%;
  line-height: 1.1;
}

.m-content__style2 {
  font-size: 130%;
}

.m-content__style2 em {
  font-style: normal;
  color: var(--v-color__1);
}

.m-content__border {
  border-left: 1px solid var(--v-color__dark);
  border-bottom: 1px solid var(--v-color__dark);
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.m-content__padding {
  padding-left: 1rem;
}

@media (min-width: 700px) {
  .m-content__style1 {
    font-size: 250%;
    line-height: 1.1;
  }
}
