.container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#about {
    background-color: #fff;
    width: 100%;
    z-index: 99;
}
.img-max-width{
    width: 100%;
}
#about .centered-text h2.title {
    color: #000;
    font-size: 27px;
    font-weight: normal;
    padding-top: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#about .centered-text h1.title {
    color: #000;
    font-size: 27px;
    font-weight: normal;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#about .centered-text {
    color: #A1A0A3;
    font-size: 19px;
    line-height: 22px;
    margin: 0 auto;
    max-width: 600px;
    padding: 200px 0 100px;
    position: relative;
    text-align: justify;
    
    word-spacing:-5px;
    text-justify: none;
    -webkit-text-justify: none;
    -moz-text-justify: none;
    -ms-text-justify: none;
    -o-text-justify: none;
    /*text-transform: uppercase;*/
    width: 50%;
    
}
#about .centered-text .imageAbout {
    padding-top: 80px;
    text-align: center;
    width: 100%;
}
#about .centered-text .imageAbout img {
    max-width: 320px;
    padding-bottom: 20px;
    width: 100%;
}