.bsc-author {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    /*margin-top: 50px;
    margin-bottom: 50px;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

.bsc-author-heading-outer {
    display: none;
    margin-top: 24px;
    width: 755px;
    margin-left: auto;
    margin-right: auto;
}

.bsc-author-heading {
    text-align: initial;
}

.bsc-author-heading h4 {
    margin-top: 0px !important;
}

.bsc-author-inner {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    justify-content: center;
    min-height: 360px;
}

.bsc-author-information {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
}

.bsc-author-image {^
width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.bsc-author-image img {
    width: 80%;
}

@media (max-width: 1000px) {
    .bsc-author-inner {
        flex-direction: column;
        align-items: center;
    }
    .bsc-author-heading {
        display: none;
    }
    .bsc-author-heading-outer {
        display: block;
    }
    .bsc-author-image {
        order: 0;
        border-bottom: 1px solid #999999;
        width: 60%;
    }
    .bsc-author-image img {
        width: 100%;
    }
    .bsc-author-information {
        order: 1;
        width: 100%;
        padding-right: 0;
    }
    .bsc-author-text {
        margin-bottom: 24px;
    }
}