
@media (max-width: 1024px) {
    .appian-expertise-grid {
        display: block;
    }
    .footer-info {
        width: 100%;
    }
}

@media (max-width: 1024px) { 
    .about-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer-phone, .footer-email, .footer-social {
        width: 100%;
        margin: 15px 0px;
    }
    .footer_one, 
    .footer_two, 
    .footer_three  {
        width: 100%;
    }
    .footer_three {
        text-align: left;
    }
    .why-appian-grid {
        margin: 10px auto;
    }
    .appian-expertise-outer {
        padding: 80px 15px;
    }
    .why-appian-consultant {
        padding: 80px 15px;
    }
}


@media (min-width: 320px) and (max-width:640px) {
    #colophon {
      padding: 15px;
    }
  
    .footer_one,
    .footer_two,
    .footer_three {
      width: 100%;
      text-align: left
    }
  
    .footer-info {
      width: 100%;
    }
  
    .footer-phone,
    .footer-email,
    .footer-social {
      width: 100%;
      margin-top: 15px;
    }
  
    .scacontact-form {
      display: block
    }
  
    .event-form .btn-style-one {
      display: block
    }
  
    .appian-contact-content {
      padding: 20px 5px;
    }
  
    .appian-email-right,
    .appian-phone-right,
    .appian-location-right {
      margin-left: 10px
    }
  
    .banner-form {
      padding: 15px 10px !important;
    }
  
    .why-appian-grid {
      display: block;
      padding: 30px 20px;
      text-align: center
    }
  
    .why-appian-grid .why-appian-grid-right {
      margin-top: 15px;
      text-align: center
    }
  
    .appian-expertise-grid {
      display: block;
      text-align: center
    }
  
    .appian-expertise-grid-right {
      text-align: center
    }
  
    .site-header:not(.has-logo).has-title-and-tagline .site-branding {
      max-width: calc(100% - 120px);
    }
  
    .hire-appian-list {
      display: block;
      text-align: center;
      margin-right: 0px;
      margin-bottom: 30px;
    }
  
    .hire-appian-list-right {
      margin-top: 20px;
    }
  
    .about-outer,
    .why-appian-consultant {
      background-size: 100px;
    }
}

@media (max-width: 520px) {

}

@media (max-width: 481px) {
    .site-header {
        display: grid;
    }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}