.container-widget {
    display: flex;
    align-items: flex-start;
    padding: 0px;
}

.left {
    width: 60%;
}

.right {
    width: 40%;
}

.left img.dynamic-image {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.item {
    margin-bottom: 40px;
}
.item:last-child {
    margin-bottom: 0px;
}

.title {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.active-title {
    text-decoration: underline;
}

.title:hover {
    text-decoration: underline;
}