.tp-title{display:none;margin-bottom:2.8rem;font-family:DMSans,serif,Arial;font-size:1.8rem;line-height:100%;font-weight:600;color:#232323}
.tp-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.tp-wrapper-item{position:relative}
.tp-wrapper-item-photo{margin-bottom:3.2rem;display:flex;width:100%;height:100%;max-height:42rem}
.tp-wrapper-item-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.6rem}
.tp-wrapper-item-title{margin-bottom:1rem;font-family:DMSans,serif,Arial;font-size:2.6rem;line-height:100%;font-weight:600;color:#262626}
.tp-wrapper-item-text{font-family:DMSans,serif,Arial;margin-bottom:2rem}
.tp-wrapper-item-link{font-family:DMSans,serif,Arial;font-size:1.6rem;line-height:2.4rem;color:#da291c;text-decoration:underline;text-underline-offset:.3rem}
.tp-wrapper-item-url{display:block!important;position:absolute;top:0;bottom:0;left:0;right:0}
@media screen and (max-width:990px){
.tp-title{display:block}
.tp-wrapper{display:flex;flex-direction:column;gap:2.8rem}
.tp-wrapper-item-photo{margin-bottom:2.6rem;aspect-ratio:16/9.5}
.tp-wrapper-item-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:.6rem}
.tp-wrapper-item-title{max-width:90%;font-size:2.4rem}
.tp-wrapper-item-text{margin-bottom:0}
.tp-wrapper-item-link{display:none}
.tp-wrapper-item-url{display:block!important;position:absolute;top:0;bottom:0;left:0;right:0}
}