.candidates-container{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start;padding:1rem}.candidate-card{background:#fff;border-radius:0.5rem;box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);display:flex;flex-direction:column;overflow:hidden;flex:1 1 calc(25% - 1.5rem);max-width:calc(25% - 1.5rem);transition:transform 0.3s ease,box-shadow 0.3s ease}.candidate-card:hover{transform:translateY(-8px);box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15)}@media (max-width:992px){.candidate-card{flex:1 1 calc(50% - 1.5rem);max-width:calc(50% - 1.5rem)}}@media (max-width:576px){.candidate-card{flex:1 1 100%;max-width:100%}}.candidate-card img{width:100%;height:auto;display:block;object-fit:cover;transition:transform 0.3s ease}.candidate-card:hover img{transform:scale(1.03)}.candidate-body{padding:1rem;flex-grow:1}.candidate-title{font-weight:700;margin-bottom:0.5rem}.candidate-quote{font-style:italic;color:#555;margin-top:0.75rem}.et_pb_button{text-decoration:none}.et-pb-arrow-prev{text-decoration:none}.et-pb-arrow-next{text-decoration:none}