.dark_cards{display:grid;gap:43px;grid-template-columns:repeat(2,1fr)}.dark_cards .item{align-items:center;background:#153a90;border-radius:10px;display:flex;gap:70px;padding:24px}.dark_cards .item .image{width:90px}.dark_cards .item .image img{height:auto;width:100%}.dark_cards .item .content{flex:1}.dark_cards .item .overline{color:#fff;font-size:14px;font-weight:400;margin:0 0 14px;text-transform:uppercase}.dark_cards .item .overline.mobile{display:none}.dark_cards .item .description{color:#fff;font-size:16px;font-weight:300;line-height:20px;margin:0 0 27px}.dark_cards .item .button.white{color:#fff;gap:10px}.dark_cards .button.white:hover{color:#75a6ff}.dark_cards .button.white:hover svg path{fill:#75a6ff}@media (max-width:868px){.dark_cards{grid-template-columns:1fr}.dark_cards .item{flex-direction:column;gap:20px}.dark_cards .item .overline.mobile{display:block}.dark_cards .item .overline.desktop{display:none}.dark_cards .item .image{align-items:center;display:flex;gap:20px;width:100%}.dark_cards .item .image img{height:auto;width:60px}}