.page-title h1 {
  text-shadow: 2px 2px 10px black;
}
.page-title .page-breadcrumb li{
  text-shadow: 2px 2px 10px black;
}
.page-title .page-breadcrumb li a {
  text-shadow: 2px 2px 10px black;
}
.page-title .page-breadcrumb li:last-child{
  text-shadow: 2px 2px 10px black;
}
@media only screen and (max-width: 1023px)
{
  .main-header .header-top .top-left,
  .main-header .header-top .top-right {
    width: 50%;
    text-align: center;
  }
}
