
.author-box{
    background-color: rgb(248, 248, 248);
    border-radius: 15px;
    padding: 35px 11px 26px;
    margin-top: 41px;
    margin-bottom: 80px;
}

.author-box figure{
    display: block;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background-size: cover;
    margin: 0 14px 0 0;
    float: left;
}
.author-box .author-name{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin: 50px 0 8px;
    position: relative;
    padding-bottom: 5px;
}
.author-box .author-name::after{
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background: #007e9c;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 162px;
}
.author-box .author-job{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #525252;
}
.author-box .author-job::after{
    content: '';
    display: table;
    clear: both;
}
.author-box .author-bio{
    font-size: 12px;
    line-height: 20px;
    color: #525252;
    margin-top: 15px;
}
.author-box .author-url{
    color: #007e9c;
    font-weight: 600;
font-size: 12px;
line-height: 15px;
text-decoration: underline;
}

@media (min-width: 768px) {
    .author-box{
        padding: 27px 20px 51px 30px;
    }
    
    .author-box .author-name{
        margin-top: 0;
    }
    .author-box .author-name::after{
        left: 192px;
    }
    .author-box .author-bio{
        margin-top: 0;
    }
    .author-box .author-job::after{
        content: '';
        display: none;
        clear:none;
    }
    
    .author-box figure{
        width: 180px;
        height: 180px;
        float: left;
        margin-right: 12px;
    }
    .author-box .author-url{
        position: absolute;
        right: 30px;
        bottom: 19px;
    }
}
@media (min-width: 992px) {
    .author-box{
        padding: 27px 20px 51px 30px;
    }
    
    .author-box figure{
        width: 180px;
        height: 180px;
        float: left;
        margin-right: 12px;
    }
    .author-box .author-url{
        position: absolute;
        right: 30px;
        bottom: 19px;
    }
}
@media (min-width: 1200px) {
    .author-box{
        padding: 27px 20px 51px 30px;
    }
    
    .author-box figure{
        width: 180px;
        height: 180px;
        float: left;
        margin-right: 12px;
    }
    .author-box .author-url{
        position: absolute;
        right: 30px;
        bottom: 19px;
    }
}