/* About Section */
#about {
    padding: 100px 0;
    /* background-image: url('img/about/photo-motivation.png'); */
    background-repeat: no-repeat;
    /* height: 1200px; */
    background-position: right 0px bottom -10px;
    background-size: 35%;
    color:#000;
  }
  
  #about h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  #about h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  
  #about .about-text li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #612A60;
    font-size: 11px;
    font-weight: 300;
    padding-right: 8px;
  }
  .col-md-6.about-icons {
    text-align: center;
  }
  .col-xs-12.col-md-6.about-icons img{
    width:200px;
  }
  #about p {
    line-height: 24px;
    margin: 30px 0;
    text-align: center;
  }
@media (min-width: 1200px){
    #about > .container {
      width: 85%;
    }
}
@media (max-width: 992px){
    #about > .container {
        width: 100%;
    }
    #about {
      background-size: 40%;
    }

}
@media (max-width: 768px){
  .col-xs-12.col-md-6.about-icons img{
    width:150px;
  }
  #about {
    background-size: 60%;
  }
}