#headshot
{
    height: 160px;
}

.case_study_card
{
 
    width: 100%;
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 12px 0;
    box-shadow: 0px 0px 2px 2px rgba(210, 210, 210, 0.25);
}

.case_study_information
{
    display: flex;
    padding: 24px;
    margin: 0;
    flex-direction: column;
    justify-content: space-between;
}

.case_study_information .section_title
{
    margin-top: 8px;
    font-size: 18px;
}

.case_study_information .tags
{
    font-size: 12px;
}

.action_link
{
    display: flex;
    width: 100%;
    height: 24px;
    text-align: end;
    font-weight: 600;
    font-size: 16px;
    align-items: center;
    justify-content: end;
}

.action_link img
{
    width: 24px;
    height: 24px;
    margin-left: 8px;
    align-self: center;
}