@media screen and (min-width: 768px), print {
  .company-second-mv-txt h2 {
    text-shadow: 0 0 34px #312b28;
  }
}
@media screen and (max-width: 767px) {
  .company-second-mv-txt h2 {
    text-shadow: 0 0 9.0666666667vw #312b28;
  }
}
