img{
    height: auto;
}

@media only screen and (min-width: 1288px) {
    .contact-us-info-col:nth-child(4n) { 
      padding-top:60px;
    }
  }

  @media only screen and (max-width: 1287px) {
    .contact-us-info-col{ 
      width: 50%;
    }
    .contact-us-info-col:nth-child(n+3) { 
      padding-top:60px;
    }
  }
  @media only screen and (max-width: 991px) {
    .contact-us-info-col { 
      padding-top:0px !important;
      width: 100% !important;
    }
  }

  .home-advantage-content-b {
    text-align: justify;
  }

  .footer-full-link-col {
    padding-left: 48px;
  }