.brv-card-container{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.brv-card{border-radius:10px;display:flex;max-height:275px;padding:32px 24px;width:31%}@keyframes pulse{0%,to{animation-timing-function:ease-in}50%{transform:scale(1.1)}}.homepage-card{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:center}.brv-card h3,.brv-card p{color:#000;margin-bottom:0;text-align:center;vertical-align:middle}.image-hover:hover{border:3px solid #4fc6d0}.image-hover img{margin-bottom:10px;transform:scale(1)}.image-hover:hover img{animation:pulse 2s infinite}.card-shadow{box-shadow:6px 6px 25px rgba(0,0,0,.2)}@media (max-width:915px){.brv-card-container{align-items:center;flex-direction:column;justify-content:center}.brv-card{width:60%}}@media (max-width:534px){.brv-card{width:70%}}