section.subcontent .blockTitle {
    /*text-align: left;*/
}

section.subcontent .item .item-title a {
    /*color: #333;*/
    text-decoration: none;
}

section.subcontent .item {
    border-radius: 10px;
    overflow: hidden;
}

section.subcontent.white {
    background-color: #fff;
    padding: 0;
    margin: 3em 0;
}

section.subcontent.white .item {
    background-color: rgba(123, 123, 123, 0.1);
    /*color: #fff;*/
}

section.subcontent.white a {
    color: var(--color-black);
}

section.subcontent.grid.white .item,
section.subcontent.grid.white a {
    /*color: var(--color-black);*/
    color: #fff;
}

section.subcontent.grid.white .item .text-wrapper {
    background-color: #774b4b78;
}

section.subcontent .item .img {
    height: 400px;
}