#bd{
    background-repeat: no-repeat;
    /*background-position: 20px 0px;*/
}

#about {
    margin-left: 60px;
    margin-right: 120px;
    line-height: 20px;
    font-size: 15px;
    color: #333;
}
#about h1.title{
   font-size: 26px;
   line-height:40px;
   padding-top: 20px;
   padding-bottom: 0px;
   margin-left: 0px;
}

#about h2.subtitle{
   font-size: 32px;
   line-height:40px;
   padding-bottom: 40px;
   margin-left: 0px;
}

#about p{
    margin-bottom: 40px;
    line-height: 20px;
}

#about li{
    list-style-type: disc;
    line-height: 20px;
}

#about ul{
    margin-top: 20px;
    margin-left: 60px;
    margin-bottom: 20px;
}

#about strong{
    line-height: 20px;
    font-size: 17px;
    font-weight: bold;
    /*letter-spacing: ;*/
    padding-left: 1.5px;
    padding-right: 1.5px;
    color: #000;
    
}