.bg-author-content {
    border-left: 1px solid #333;
    border-left-style: dashed;
    background-color: #fff;
    height:320px;
}



.bg-author-img {
    background-color: #fff;
    color:#333;
    height:320px;
}

/* author-img */
.author-img {
    position: relative;
    background-position: center;
    background-image: url('https://images.pexels.com/photos/1770803/pexels-photo-1770803.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');
    background-size: cover;
    width: 220px;
    height: 220px;
    padding: 10px;
    margin: auto;
}

/* author-context */
.author-context {
    position: relative;
    height: 250px;
    width: 450px;
    padding: 10px;
    margin: auto;
    border-bottom: 1px solid #333;
    border-bottom-style: dashed;
    margin-bottom: 40px;
    overflow: hidden;
}

/* author-context */
.author-context>h2 {
    font-size: 18px;
    margin: 15px 0px;
}

/* author-context */
.author-context>p {
    font-size: 14px;
    line-height: 26px;
}



/* author-social-icon */
.author-social-nav {
    text-align-last: center;
}
.author-social {
    margin: 0;
    padding: 0;
}
.author-social-item {
    display: inline;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 18px;
    font-weight: 500;
    margin: auto;
}
.author-social-item>a {
    color: #333;
}
.author-social-item>a:hover {
    color: #00849a;
}




/* media RWD */
@media (max-width:1024px) {
    .author-img {
        width: 300px;
        height: 300px;
    }
    .author-context {
        width: 420px;
    }
    .bg-author-content {
        border-left: none;
    }
}

@media (max-width:991px) {
    .author-img {
        width: 260px;
        height: 260px;
    }
    .author-context {
        width: 370px;
    }
}

@media (max-width:768px) {
    .author-img {
        width: 180px;
        height: 180px;
    }
    .author-context {
        width: 180px;
    }
}

@media (max-width:763px) {
    .author-img {
        width: 305px;
        height: 305px;
    }
    .author-context {
        width: 305px;
    }
}

@media (max-width:568px) {
    .author-img {
        width: 290px;
        height: 290px;
    }
    .author-context {
        width: 290px;
    }
}