.pg-author-box-wrap {
    background: #fff;
    display: flex;
    padding: 20px;
    border: #DCDCDC solid 1px;
    border-radius: 6px;
}

.pg-author-box-wrap .pg-author-box-image-container {
    width: 120px;
}

.pg-author-box-wrap .pg-author-box-image-container img {
    border: #DCDCDC solid 1px;
     border-radius: 6px;
     padding: 4px;
     background: #fff;
}

.pg-author-box-wrap .pg-author-box-details-wrapper {
    width: 100%;
    margin-left: 30px;
    margin-right: 20px;
}



.pg-author-box-wrap .pg-author-box-author-name-heading {
    font-size: 1em;
    margin-bottom: 10px;
    color: #3270FF;
}

.pg-author-box-wrap .pg-author-box-author-name {
    color: #373737;
    font-size: 1.5em;
    margin-bottom: 16px;
}

.pg-author-box-wrap .pg-author-box-details-wrapper p {
    line-height: 1.7;
    text-align: justify;
}

.pg-author-box-wrap a.pg-author-box-cta-link {
    border: #f0f0f0 1px solid;
    padding: 8px 15px;
    border-radius: 6px;
}

.pg-author-box-wrap a.pg-author-box-cta-link:hover {
    background: #3270FF;
    border: #3270FF 1px solid;
    color: #fff;
}


@media (max-width: 544px) {
    .pg-author-box-wrap {
        display: block;
    }
    .pg-author-box-details-wrapper {
        margin-left: 0!important;
        margin-top: 20px;
    }
}