.banTit {
  font-style: italic;
  font-family: 'DIN-BlackItalic';
}
.phone_box {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .banTit {
    font-family: inherit;
  }
}
