.em2-contact-single{
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 36px 28px;
    & .thumb{
        font-size: 32px;
        margin-bottom: 18px;
    }
    & .em2-title{
        font-family: var(--fraunces);
        font-size: 22px;
        color: var(--navy);
        margin-bottom: 12px;
        font-weight: 400;
    }
    & .block-content{
        font-size: 14px;
        color: var(--text-mid);
        line-height: 1.75;
        font-weight: 400;
        & a{
            font-weight: 500;
            color: var(--wood);
        }
    }
    &:hover{
        box-shadow: 0 8px 32px rgba(0, 0, 0, .07);
    }
}