﻿.have-company {
    display: flex;
    justify-content: space-between;
}

    .have-company #AboutAuthorBox {
        width: 49%;
        margin-right: 10px;
    }

.company-section {
    width: 48%;
    padding: 15px;
    display: flex;
    
    background: #F5F5F5;
    height: max-content;
}

.company-details {
    width: 75%;
    margin-left: 10px;
}

    .company-details a {
        color: #212121;
    }

.company-photo, .company-photo > a img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 100px;
}

.company-name {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.company-description {
    font-size: 14px;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .have-company .author-bio-content .author-bio-icons {
        position: relative;
        top: 5px;
        left: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .have-company {
        display: block;
    }

        .have-company #AboutAuthorBox,
        .company-section {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
        }

    .company-section {
        margin-top: 50px;
    }

    .have-company .author-bio-content .author-bio-icons {
        position: absolute;
        left: inherit;
        right: 0;
    }
}
