.blog-social-share-wrapper {
    border-top: 2px solid #E6ECF3;
    border-bottom: 2px solid #E6ECF3;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 16px;
    margin-bottom: 36px;
    display:flex;
    flex-direction:row;
    align-items:center;
}

.blog-social-date {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vaya-text);
    display:inline-flex;
    align-items:center;
}

.blog-social-date svg {
    margin-right:12px;
}

.blog-share-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--vaya-text);
}

.blog-share-icons-wrapper svg {
    margin-right:12px;
}