.companyprofile_bottom_left {
    width: 68%;
    float: left;
    padding: 0 10px 10px;
    box-sizing: border-box;
}

/*.companyprofile_bottom_left img {*/
/*    width: 100%;*/
/*}*/

.companyprofile_bottom_left_title {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.companyprofile_bottom_left_text {
    font-size: 16px;
    color: #333;
    text-indent: 2rem;
}

.companyprofile_bottom_left_text img {

    display: block;
    margin: 0 auto;
}

.design {
    text-align: center;
}

.bot_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 0;
}

.bot_link a {
    /*color: #d19696;*/
    text-decoration: none;
}

.bot_link a:hover {
    color: #3abce6;
}
