.cards__gray .cards__card{background-color:#f0f2f5;padding:50px 40px;transition:all .3s ease}.cards__gray .cards__card:hover{background-color:#f6f4ee}.cards__card a{text-decoration:none}.cards__card--heading{font-weight:900;margin-top:20px}.cards__card--content{color:#1f1b20;font-weight:400}.cards__card--content a{font-weight:700}.cards__card--link{margin-top:30px}.cards__card--link a{color:#004391;font-weight:700;text-decoration:underline;transition:all .3s ease}.cards__card--link a:hover{color:#8296b0}.cards__card--image--center{text-align:center}.cards__card--image--right{text-align:right}@media screen and (min-width:992px){.cards{display:flex;flex-wrap:wrap;gap:20px}}@media screen and (max-width:991px){.cards__card{margin:0 auto 20px;max-width:600px}}