section.text-with-image .item-title {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.23;
}

section.text-with-image .img {
    border-radius: 50px;
    overflow: hidden;
}

section.text-with-image .items .img.contain-image {
    border-radius: unset;
}

section.text-with-image .img img{
    border-radius: 50px;
}

section.text-with-image.column-view .items {
    margin: 0 -1em;
}
section.text-with-image.column-view .items > .item:nth-child(odd):not(.wide){
    margin: 0 1em;
    box-sizing: border-box;
    width: calc(50% - 2em);
}

section.text-with-image.column-view .items > .item:nth-child(even):not(.wide){
    margin: 0 1em;
    box-sizing: border-box;
    width: calc(50% - 2em);
}