@media only screen and (max-width: 736px) {
.m_topCompanyInfo {
    margin-top: 0 !important;
}
}

.company_pic_relative {
    position: relative;
}

@media screen and (max-width: 900px) {
    .company_pic_relative {
        position: unset;
    }
}

.company_president_pic {
    width: 220px;
    position: absolute !important;
    bottom: 0;
    left: 655px;
}

@media screen and (max-width: 900px) {
    .company_president_pic {
        width: 100%;
        position: unset !important;
    }

    .messages_content .president {
        text-align: center;
    }

}

.company_president_img {
    width: 100%;
}