.knowledge-center{align-items:center;display:flex;flex-direction:column;gap:5rem;justify-content:center;margin:5rem auto}.resource-section{margin:auto;max-width:30rem;padding:0 1rem;text-align:center}.resource-title{color:#13233f;font-size:clamp(1.5rem,2.5rem,3.5rem);font-weight:700;margin-bottom:1rem}.resource-title span{display:block}.resource-description{color:#13233f;font-size:clamp(1rem,1.125rem,1.25rem);font-weight:400;margin:0}.articles-section{display:flex;gap:2.5rem;max-width:65rem;padding:0 2rem}.article-card{background-color:#fff;border-radius:1rem;box-shadow:0 3px 12px rgba(0,0,0,.15);display:flex;flex-direction:column;width:32.5rem}.article-image{background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:1rem;border-top-right-radius:1rem;height:15rem}.article-content{align-items:start;display:flex;flex:1;flex-direction:column;gap:1rem;justify-content:start;padding:1rem}.article-title{color:#13233f;font-size:clamp(1.125rem,1.25rem,1.5rem);font-weight:600}.article-description{font-weight:400;margin:0}.article-description,.article-link{color:#13233f;font-size:clamp(.875rem,1rem,1.125rem)}.article-link{font-weight:600;margin-top:auto;text-decoration:none}.article-link:hover{text-decoration:underline}.youtube-channel-section{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:5rem 0}.youtube-logo{height:53.9px;width:76.5px}.youtube-channel-preview{margin-top:2rem;padding:0 1rem;transition:all .3s ease-in-out}.youtube-channel-preview video{border-radius:1rem;box-shadow:0 3px 12px rgba(0,0,0,.15);height:540px;width:960px}.youtube-channel-preview:hover{cursor:pointer;transform:scale(1.05)}@media only screen and (max-width:720px){.knowledge-center{margin:auto}.articles-section{flex-direction:column;padding:0 1rem}.youtube-channel-preview video{border-radius:1rem;box-shadow:0 3px 12px rgba(0,0,0,.15);height:auto;width:100%}.article-card{width:auto}}