.cards-read-next .cards-read-next__cards-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px}.cards-read-next .cards-read-next__cards-wrapper .cards-read-next__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cards-read-next .cards-read-next__cards-wrapper .cards-read-next__heading.content-align-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.cards-read-next .cards-read-next__cards-wrapper .cards-read-next__heading .block-title{font-family:Roboto Condensed,Arial,Helvetica,sans-serif}.cards-read-next .cards-read-next__cards-wrapper .cards-read-next__heading .block-btn{display:none}@media (min-width:992px){.cards-read-next .cards-read-next__cards-wrapper .cards-read-next__heading .block-btn{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width:992px){.cards-read-next .cards-read-next__cards-wrapper .cards-read-next__bottom .block-btn{display:none}}.cards-read-next .cards-read-next__cards-wrapper .btn-blue{padding:20px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #00274c;color:#00274c;text-decoration:none;font-weight:700;font-size:22px;font-family:Roboto Condensed,Arial,Helvetica,sans-serif;width:100%}@media (min-width:768px){.cards-read-next .cards-read-next__cards-wrapper .btn-blue{width:auto}}.cards-read-next .cards-read-next__cards-wrapper .btn-blue:hover{background:#00274c;color:#fff}.cards-read-next .cards-read-next__cards-list{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:auto;row-gap:8px}@media (min-width:992px){.cards-read-next .cards-read-next__cards-list{grid-template-columns:repeat(3,1fr);-webkit-column-gap:32px;column-gap:32px}}.cards-read-next .cards-read-next__cards-list .cards__card-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding:24px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;overflow:hidden;text-decoration:none}@media (min-width:992px){.cards-read-next .cards-read-next__cards-list .cards__card-container{aspect-ratio:1/1}}.cards-read-next .cards-read-next__cards-list .cards__card-container .cards__card-image{display:block;position:absolute;left:0;top:0;width:100%;height:100%}.cards-read-next .cards-read-next__cards-list .cards__card-container .cards__card-image img{-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.cards-read-next .cards-read-next__cards-list .cards__card-container:hover img{-webkit-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.cards-read-next .cards-read-next__cards-list .cards__card-container .cards__card-gradient{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(67%,rgba(0,0,0,.6)));background:-webkit-linear-gradient(top,transparent,rgba(0,0,0,.6) 67%);background:-o-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 67%);background:linear-gradient(180deg,transparent,rgba(0,0,0,.6) 67%)}.cards-read-next .cards-read-next__cards-list .cards__card-container .cards__card-info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px}.cards-read-next .cards-read-next__cards-list .cards__card-container .cards__card-label{font-family:Roboto Condensed,Arial,Helvetica,sans-serif;padding:2px 8px;border-radius:8px;font-size:18px;font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cards-read-next .cards-read-next__cards-list .cards__card-container .cards__card-title{font-family:Roboto Condensed,Arial,Helvetica,sans-serif;font-size:18px;font-weight:400;color:#fff;line-height:1.3;margin:0}@media (min-width:1240px){.cards-read-next .cards-read-next__cards-list .cards__card-container .cards__card-title{font-size:30px}}.cards-read-next .cards-read-next__cards-list .cards__card-container .cards__card-summary{color:#fff;font-family:Roboto Condensed,Arial,Helvetica,sans-serif;font-size:16px}