@media only screen and (max-width: 1024px) {
  
  .path-frontpage .fullBanner .sub-text {
    font-size: 18px !important;
    color: #FFB81C !important;
  }
  
  .homepage-map-description {
    width: 90% !important;
  }
  
  .block-contact .content {
  background: none;
 }

  .ws-normal {
    white-space: normal;
  }
  
  .block-contact .contact1 {
    font-size: 1.5rem;
  }
  
  .block-contact .contact2 a {
    font-size: 1rem !important;
  }
  
  .newsdesk-region {
    padding: 0;
  }
  
  #block-footerlogo  .img-responsive {
  max-height: 60px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
  
}