
@media (max-width: 992px) {
  #about li i {
  top:5px;
}
}

@media (max-width: 992px) and (min-width:768px) {
  #about table td {
    display: table-row;
  }
  #about table tr:nth-child(2) td:nth-child(2) {
    display: none;
  }
  #about .row > div:first-child {
  }


}

@media screen and (max-width:768px) {

body {
  min-width: 360px;
}
section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
}
.xs-no-padding {
  padding: 0;
}
h4 br {
  display: none;
}
header nav a {
  text-transform: none;
  font-weight: normal;
}
/* Header */

/* About */


#about ul li {
    width: 100%;
    position: relative;
    left: 0;
    padding: 5px 0;
}


/* Services */

#services i {
    width: 120px;
    height: 80px;
    background-size: auto 80px;
}
#services i.icon-01 {
    background-position: 0 0;
}
#services i.icon-02 {
    background-position: -120px 0;
}
#services i.icon-03 {
    background-position: -240px 0;
}
#services i.icon-04 {
    background-position: -360px 0;
}
#services .row > div {
  position: relative;
}
#services .row > div:nth-child(even) {
  right: 5px;
}
#services .row > div:nth-child(odd) {
  left: 5px;
}

}