#home-text h1,
#home-text h2,
#home-text p{
    color:#363636;
    padding-bottom: 15px;
}
#home-text h1,
#home-text h2{
    text-transform: uppercase;
}

#index .about-us{
    padding: 5vmin 0;
    padding-bottom: 0;
}
@media only screen and (max-width: 600px) {
#index .about-us{
    padding: 5vmin;
    padding-bottom: 0;
}
}