.resource-cards{display:grid;gap:23px 11px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:32px}.resource-card{border:1px solid var(--border-base,#dee1ea);border-radius:6px;display:flex;flex-direction:column;justify-content:space-between;padding:21px;position:relative;transition:all .2s ease}.resource-card:hover{border-color:#fdc03b}.resource-card__icon{margin-bottom:16px;max-height:50px;max-width:50px}.resource-card__title{font-weight:700;line-height:normal;margin-bottom:12px}.resource-card__description{font-size:16px;line-height:1.26;margin-bottom:18px}.resource-card__link{align-items:center;color:var(--primary);display:flex;font-size:16px;font-weight:700;gap:4px;margin-bottom:0}