.bottom-menu {
  text-align: center;
}
.bottom-menu ul {
  display: inline-block;
  padding: 0 32px !important;
  margin: 0 0 30px;
}
.bottom-menu ul li {
  float: left;
}
.bottom-menu ul li a {
  text-transform: none;
  padding: 20px 7px !important;
  display: block;
}
.bottom-menu ul.sub-menu {
  display: none;
}

@media (max-width: 768px) {
  .home-title.container-bg-image {
    min-height: 400px !important;
    height: 400px !important;
  }  

  .home-title .widget_sow-editor h1 {   
    font-size: 35px;
  }
  .home-title .widget_sow-editor a {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .home-title.container-bg-image {
    min-height: 250px !important;
    height: 250px !important;
  }
}