#company-header {
    height: 150px;
}

#company-logo {
    height: 296px;
    border: 2px solid #188d01;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
 }

#company-detail-logo {
    height: 120px;
}

#info-desc {
    height: 370px;
    overflow: hidden;
    line-height: 24px;
    text-align: justify;
    border: none;
}

.company-product {
    height: 150px;
    margin-top: 10px;
}

.product-image {
    height: 120px;
}

.product-desc {
    margin-top: 6px;
    line-height: 24px;
    overflow: hidden;
    text-align: center;
}

.company-contact{
    word-break:break-all;
    white-space: pre-wrap;
}