﻿.author_img {
    float: left;
    display: block;
    margin-right: 6px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.author_details em {
    display: inline-block;
    margin-top: 10px;
    font-size: 75%;
}

.author_details em {
    display: inline-block;
    margin-top: 7px;
}

.card_mini .card {
    height: 100px !important;
    display: flex;
    flex-direction: row;
}

.card_img_holder {
    width: 100px;
    min-width: 100px;
    height: 100px;
    overflow: hidden;
}

    .card_img_holder img {
        display: block;
        width: auto;
        max-width: inherit;
        margin-left: -25px;
        height: 100px;
    }

.card_mini h5 {
    letter-spacing: -0.02em;
    font-size: 105%;
    margin: 0;
}

.col.span_8.intro_block_18 {
    text-align: left;
}

h2 {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 0;
}

h3 {
    font-size: 1.275rem;
    font-weight: normal;
    margin: 0 0 0.8rem 0;
}

p, ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.category_tag a {
    background: #38accd;
    padding: 8px 12px !important;
    border-radius: 120px;
    text-decoration: none;
    color: #ffffff;
    transition: .1s ease;
}

    .category_tag a:hover {
        background: #ffffff;
        border: 1px solid #38accd;
    }

.case_study_header_img {
    width: 100%;
    margin-top: 2%;
}

.case_study_heading {
    color: #38accd;
}
