
/* 07. ABOUT SETTINGS ================================================== */

#about {
  height: auto;
  z-index: 9;
  position: relative;
  background: #F1F1F1;
}
#about .row {
  max-width: 1250px;
}
#about .columns {
  margin-top: 30px;
}
#about .columns:first-child {
  margin-top: 0px;
}
#about .info-box {
  padding-top: 80px;
  padding-bottom: 80px;
}
#about .info-box .info-block {
  padding-bottom: 30px;
}
#about .businesswoman{
    padding-bottom: 60px;
    padding-top: 100px;
    padding-left: 50px;
}


#about .list-style {
  padding-top:20px;
  font-family: 'Roboto', sans-serif;
  color: #999;
}
#about .list-style i {
  padding-right: 15px;
}
#about .list-style li {
  list-style: none;
  color: #ff5000;
  padding-bottom: 10px;
  font-size: 16px;
}



@media screen and (max-width: 768px) {
#about .businesswoman {
  display: none;
}
#about .list-style {
    padding: 0;
    list-style-type: none;
    }

  #about .info-box {
    padding: 60px 20px;
    text-align: left;
  }
  #about .list-style li {
    font-size: 16px;
  }
 
}