#company-wrapper {
    /*background-color: #FFF;*/
    /*background-image: url('../images/pattern-body.gif');*/
    background-color: #EDEDED;
    padding-top: 80px; /* 77px */
    padding-bottom: 40px;
    min-height: calc(100vh - 141px);
}

#company-wrapper .title {
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
    padding: 24px 0 10px 0;
    padding-top: 0;
    border-bottom: 1px solid #242729;
    margin-bottom: 20px;
    color: #242729;
}

#company-wrapper .content {
    line-height: 22.5px;
    font-size: 15px;
    font-weight: 100;
    color: #242729;
}

#company-wrapper .content .important {
    font-weight: 700;
}

#company-wrapper .content p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #company-wrapper {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}