

article .entry-content{
    /* padding: 20px 30px; */
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-flow: row wrap;
    /* background-image: linear-gradient( 180deg, var(--primary-color) 140px, transparent 0px ); */
    min-height: 200px;
}

article .entry-content .entry-content-top{
    background: var(--primary-color);
    padding: 20px 30px;
    padding-left: 350px;
    width: 100%;
}
article .entry-content .entry-content-left{
    margin-right: 10px;
    width: 340px;
    min-width: 340px;
    padding: 30px;
    position: relative;
    top: -130px;
}
article .entry-content .entry-content-right{
    width: calc( 100% - 350px);
    min-width: calc( 100% - 350px);
    padding-top: 30px;
}

article .entry-content .entry-content-left .entry-image{
    width: 100%;
    min-height: 100px;
    /* padding-top: 100%; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-size: contain; */
}
article .entry-content .entry-content-left .entry-highlight{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}
article .entry-content .entry-content-left .entry-highlight .entry-highlight-symbol{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #fff;
    background: var(--primary-color);
    min-width: 40px;
    width: 40px;
    height: 40px;
}
article .entry-content .entry-content-left .entry-highlight .entry-highlight-sentence{
    margin-top: 5px;
    font-size: 22px;
}

article .entry-content .entry-work,
article .entry-content .entry-position,
article .entry-content .entry-name{
    color: #fff;
}

article .entry-content .entry-name{
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
}


article .entry-content .entry-question{
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}
article .entry-content .entry-answer{
    margin-bottom: 20px;
    color: #333;
}









