.company-index{
    width: 100%;
    height: auto;
    float: left;
    color: #333;
    text-align: justify;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.company-index h1{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding: 0px 0px 0px 0px;
    margin: -40px 0px 0px 0px;
}

.company-index p{
    width: 100%;
    height: auto;
    float: left;
    color: #333;
    text-align: justify;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}