/*august 2023 */
.section--home .block--with-video:not(.block--with-video_small) .subblock-vertical {
    flex-direction: row; flex-wrap: wrap;
}
.section--home_updated .subblock-vertical.subblock-vertical-triple .item {
    width: 100%;
}
.section--home_updated .subblock-vertical.subblock-vertical-triple .item.item--colored--half {
    width: 50%;
}
.section--home_updated .subblock-vertical .item.item--colored--half:last-child {
    border-left: 2px solid #fff;
}
.section--home_updated .subblock-vertical .item.item--colored--half:after {
    width: 45px;
    height: 62px;
    right: 35px;
    bottom: -15px;
    background-size: 100% auto !important;
}
.section--home_updated .subblock-vertical.subblock-vertical-triple .item.item--colored--half .item__title {
    font-size: 22px;
}
@media screen and (max-width: 768px) {
    .section--home_updated .subblock-vertical .item.item--colored--half:last-child {
        border:none!important;
        background: #0d5270;
    }
    .section--home_updated .subblock-vertical .item.item--colored--half:after {
        width: 53px;
        height: 54px;
        right: 35px;
        bottom: 15px;
        background-size: contain;
    }

}

/*august 2023 end */