.leadersHeroSection{display:flex;align-items:center;justify-content:space-around;min-height:65vh;padding:95px 40px 65px;background:linear-gradient(90deg,rgba(93,5,167,.7),#333);color:#fff;gap:1rem;@media (max-width:840px){flex-direction:column-reverse}}.leadersHeroSection div{flex:1;padding:20px;display:flex;justify-content:center;align-items:center}.leadersHeroContent{flex-direction:column;max-width:50%;@media (max-width:840px){max-width:100%}}.leadersHeroContent h1{font-size:2.5rem;color:#fff;margin-bottom:1.5rem;@media (max-width:840px){text-align:center;font-size:1.5rem}}.leadersHeroContent p{font-size:1.2em;line-height:1.6;width:100%;color:#fff;@media (max-width:840px){text-align:center}}.leadersHeroImage{max-width:50%;@media (max-width:840px){max-width:100%}}.leadersHeroImage img{max-width:100%;height:auto;border-radius:10px;box-shadow:var(--shadow-4)}.ministerSection,.pastorsSection,.staffSection{display:flex;padding:2rem 0;min-height:100vh;align-items:flex-start}.ministerSection:nth-of-type(2n),.pastorsSection:nth-of-type(2n),.staffSection:nth-of-type(2n){background-color:#eaeaea}.stickyHeader{position:sticky;top:0;background-color:rgba(93,5,167,.7);color:white;z-index:100;text-align:center;padding:1rem;font-size:1.5rem;transition:background-color .3s ease;flex:0 0 200px;height:100vh;display:flex;align-items:center;justify-content:center}.stickyHeader h2{margin:0;writing-mode:vertical-rl;transform:rotate(180deg)}.leaderCardContainer{display:flex;flex-wrap:wrap;gap:2rem;padding:2rem 1rem;flex-grow:1;justify-content:center}.leaderCard{background-color:white;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);overflow:hidden;max-width:300px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.leaderCard:hover{transform:translateY(-5px);box-shadow:0 6px 15px rgba(0,0,0,.15)}.leaderImage img{border-bottom:5px solid rgba(93,5,167,.7);border-radius:50%;margin-top:1rem;transition:border-color .3s ease}.leaderCard:hover .leaderImage img{border-color:#333}.leaderContent{padding:1rem}.leaderContent h3{font-size:1.2rem;color:#5d05a7;margin-bottom:.5rem}.leaderContent h4{font-size:1rem;color:#333;margin-bottom:1rem}.leaderContent p a{color:#333;text-decoration:none;font-weight:700;transition:color .3s ease}.leaderContent p a:hover{color:#5d05a7}.websiteRedirectLink{padding-top:5px;color:#5d05a7}@media (max-width:768px){.ministerSection,.pastorsSection,.staffSection{flex-direction:column;align-items:normal}.leaderCardContainer{flex-direction:column;align-items:center}.leaderCard{max-width:90%}.stickyHeader{font-size:1.25rem;flex:0 0 auto;height:auto;padding:1rem}.stickyHeader h2{writing-mode:horizontal-tb;transform:none}}