.resources{display:flex;flex-direction:column;gap:50px;margin:auto;width:90%}.resources a{align-self:center}.resources__title{align-self:center;color:#003b4a;display:flex;font-size:58px;font-weight:700;margin-top:50px}.resources__container{display:flex;gap:20px;justify-content:space-between;margin:auto}.card{border-radius:5px;box-shadow:0 0 10px #0000001a;flex:1;max-width:400px;position:relative;width:400px}.card__image img{border-top-left-radius:5px;border-top-right-radius:5px;height:auto;max-width:100%}.card__tag{align-self:flex-start;background-color:#e9e9e9;border-radius:5px;padding:8px}.card__tag p{color:#003b4a;font-size:16px;font-weight:500}.card__content{display:flex;flex:1;flex-direction:column;gap:20px;justify-content:space-between;padding:30px;position:relative}.card__content h2{font-size:28px;font-weight:900}.card__content a{color:#09b1a9}.card__content a:focus,.card__content a:hover{color:#07948d}.card__content a.card__cta{align-self:flex-end;background-color:#09b1a9;border-radius:5px;color:#fff;display:flex;padding:15px 30px}.card__container{display:flex;flex-direction:column;height:100%}.card__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-size:16px;font-weight:300;line-height:1.4;margin-top:-10px;max-width:100%;overflow:hidden}.card__image{aspect-ratio:1/1;flex:1;height:400px;min-height:400px}