.textBlock__wrapper{position:relative;display:flex;gap:var(--Gap-30);align-items:stretch}.textBlock__img-holder{position:relative;width:52.942%;height:auto}.textBlock__img-wrapper{position:relative;width:100%;height:auto;aspect-ratio:810/454;border-radius:var(--Border-radius-20);overflow:hidden;min-height:100%}.textBlock__img{width:100%;height:100%;object-fit:cover;object-position:center}.textBlock__content{position:relative;width:0;display:flex;flex-direction:column;height:auto;flex-grow:1}.textBlock__title{margin-bottom:var(--Margin-20)}.textBlock__title span{color:var(--Thirdly)}.textBlock__link{margin-top:var(--Margin-20)}.textBlock__text{position:relative;height:0;flex-grow:1;overflow:auto;padding-right:var(--Padding-30);min-height:260px}.textBlock__img__decor{position:absolute;top:0;z-index:10;width:21px;height:auto;aspect-ratio:21/67;transform:translateY(-31%)}.textBlock__img__decor.left{left:var(--Padding-60)}.textBlock__img__decor.right{right:var(--Padding-40)}@media(max-width:790px){.textBlock__wrapper{flex-direction:column-reverse;gap:var(--Margin-30)}.textBlock__img-holder,.textBlock__content{width:100%}.textBlock__img-wrapper{min-height:unset;max-height:380px}.textBlock__text{height:auto;min-height:unset}}