.home-cards__container{margin:auto;max-width:1210px}.home-cards__wrapper{column-gap:40px;display:flex;flex-wrap:wrap;row-gap:42px}.home-cards__row{background:var(--Dark-Tertiary,#f4f4f5);border-radius:4px 4px 4px 14px;flex:1 0 21%;max-width:273px;outline:1px solid var(--Grey-4,#e0e0e0);padding:30px}.home-cards__row:hover{background:var(--White,#fff);border-radius:4px 4px 4px 14px;box-shadow:0 14px 28px 0 rgba(0,0,0,.08)}.home-cards__card-title{color:var(--Black,#333);font-size:19px;font-weight:700;line-height:150%;margin-bottom:7px}.home-cards__card-description{color:var(--Grey-3,#828282);font-size:14px;font-weight:400;line-height:150%;margin-bottom:7px}.home-cards__row:hover .home-cards__card-description{color:var(--Grey-1,#828282)}.home-cards__card-link{align-items:center;color:var(--Primary-Tint,#1c2846);display:flex;font-size:13px;font-weight:700;gap:4px;line-height:150%;padding:11px 0}@media only screen and (max-width:960px){.home-cards__wrapper{column-gap:20px;row-gap:32px}.home-cards__row{max-width:23%}}@media only screen and (max-width:768px){.home-cards__wrapper{row-gap:22px}.home-cards__row{max-width:23%}}@media only screen and (max-width:900px){.home-cards__row{flex:48%;max-width:unset}}