.related-formations__title{color:var(--main_title_color);font-size:var(--h2_alter_font_size);margin-bottom:var(--spacer_lg)}.related-formations__list{gap:var(--gutter_width_px)}.related-formations__item{background-color:var(--card_background_color,var(--white_color));border-radius:var(--border_radius_8);flex:0 0 calc(50% - var(--gutter_width_px)/2);padding:var(--spacer_lg) var(--spacer_lg) var(--spacer_xl)}@media (max-width:800px){.related-formations__item{flex:0 0 100%}}.related-formations__item-title{color:var(--title_color,var(--grey_color));font-size:var(--font_size_lg)}.related-formations__item-text{color:var(--text_color,var(--light_grey_color));margin-bottom:calc(var(--spacer_sm) + var(--spacer_xxxxs))}.related-formations__item-link-item:not(:last-of-type){margin-bottom:var(--spacer_xs)}.related-formations__item-link{color:var(--links_color,var(--grey_color))}.related-formations__item-link,.related-formations__item-link:active,.related-formations__item-link:focus-within,.related-formations__item-link:hover{font-weight:var(--font_weight_extra_bold)}