@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
 and (-webkit-min-device-pixel-ratio: 1) {
   footer h1 {
     text-align:center;
   }
   #banner .images-banner2 h1 {
   margin-top: 100px;
    font-size: 44px;
    line-height: 45px;
   }
   .title-what-about2 h3, .title-how-far2 h3, .title-life-at2 h3, .title-company-still2 h3, .title-core-work2 h3, .title-core2 h3, .title-company2 h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
}
   .sectionTitle {
position: absolute;
    bottom: 0;
    top: -55px;
    width: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    padding: 0px 10px;
}
   .homebutton {
    margin: 0pt auto;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: #ffffff;
    border-radius: 42px;
    border: 3px solid #6AC334;
    display: inline-block;
    cursor: pointer;
    color: #6AC334;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 50px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    box-shadow: 0px 3px 6px #00000085;
}
  
}

@media (min-width: 992px){
footer .container {
    width: 100%;
}
  
  footer ul{
    list-style: none;
    display: inline;
    margin: 10px auto;
  }
  
  
  footer li{
    color: #fff !important;
    font-size:18px;
    text-align:left;
    text-transform:uppercase;
  }
  
  footer .logo p{
    font-size:18px;
    text-align: left;
  }
  
  footer p{
    font-size:16px;
    text-align: center;
  }
}