.iv-widget-wrap {
    max-width: 1200px;
    display: flex;
flex-direction: column;
}

.iv-article-container {
    display: flex;
height: 100%;
    /*flex-wrap: wrap;*/

}
@media only screen and (max-width: 768px){
    .iv-article-container {
        width: 100%;
flex-wrap: wrap;
    }
}
.iv-widget-wrap-content {

    display: flex;
    justify-content: space-between;

    padding: 10px;

    flex-wrap: nowrap;
    flex-direction: column;
    align-content: space-around;

}

.iv-widget-wrap-content-title {

    display: flex;
    height: 100%;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.iv-widget-wrap-content-img {
    display: flex;
}
.iv-widget-wrap-content-img > img {
    width: 100%;
}
.iv-article-container > article {
    height: auto;
}

.jeg_block_title a span strong {
    color: var(--main-color-hover);
}

.iv-widget-wrap-content-title a:hover {
    color: var(--main-color-hover)
}

