.rt-news{margin-bottom:40px}.rt-news__wrapper{padding:40px 60px;background-color:var(--light-grey-1);border-radius:20px}.rt-news__title{max-width:1000px;margin:0 auto;font-weight:var(--semi-bold);font-size:48px;line-height:64px;text-align:center}.rt-news__items{margin:40px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}.rt-news__item{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:32px;padding:24px 24px 30px;border:1px solid var(--dark-grey-1);border-radius:20px;background-color:var(--white)}.rt-news__item,.rt-news__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.rt-news__item-title{margin:20px 0 0;font-weight:var(--medium);font-size:24px;line-height:32px}.rt-news__item-texts{margin:12px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.rt-news__item-text{margin:0;font-weight:var(--regular);font-size:16px;line-height:22px;color:var(--dark-grey-3)}.rt-news__button,.rt-news__item-link{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.rt-news__item-link,.rt-news__item-link::after{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.rt-news__item-link{display:block;padding-right:20px;font-weight:var(--medium);font-size:14px;line-height:18px;color:var(--black);text-decoration:none;position:relative}.rt-news__item-link::after{width:16px;height:16px;position:absolute;content:"";top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-image:url(/static/images/general/arrow-horizontal-black.svg?v=c345dcd4e2f260b28dfa8e9b3835420d);background-repeat:no-repeat}.rt-news__item-link:hover{color:var(--red)}.rt-news__item-link:hover::after{background-image:url(/static/images/general/arrow-horizontal-red.svg?v=0013a79489e61ff442e8f377d7e55893)}.rt-news__item-link:active{color:var(--dark-red)}.rt-news__button{margin:24px auto 0}@media (max-width:768px){.rt-news{margin-bottom:0}.rt-news .main-container--wide{padding:0}.rt-news__wrapper{padding:24px 16px 40px;border-radius:0}.rt-news__title{font-size:28px;line-height:38px}.rt-news__items{margin:24px 0 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.rt-news__item{gap:24px;padding:16px 16px 30px;border-radius:16px}.rt-news__button{max-width:unset}}