header .headerLine .address .addressBox:last-child {
  max-width: 330px;
}

@media (max-width: 768px)  {
  header .headerLine .address .addressBox:last-child {
    max-width: 100%;
  }
}
