.kl-bullet-home{display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}.kl-bullet-home__card{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.kl-bullet-home__card:hover{box-shadow:0 4px 15px rgba(0,0,0,.2);transform:scale(1.05)}.kl-bullet-home__image{flex-shrink:0;margin-bottom:15px}.kl-bullet-home__image img{height:auto;max-width:80%;transition:transform .3s ease}.kl-bullet-home__card:hover .kl-bullet-home__image img{transform:scale(1.1)}.kl-bullet-home__content{flex-direction:column}.kl-bullet-home__content,.kl-bullet-home__content h4{align-items:center;display:flex;justify-content:center;max-width:150px;text-align:center}.kl-bullet-home__content h4{color:#3bd241;font-size:20px;font-weight:700;height:2.4em;line-height:1.2;margin-bottom:8px;overflow-wrap:break-word;transition:font-weight .3s ease;white-space:normal;width:100%}.kl-bullet-home__card:hover .kl-bullet-home__content h4{font-weight:700}.kl-bullet-home__content p{font-size:15px;line-height:1.6;text-align:center;transition:font-weight .3s ease;width:100%}.kl-bullet-home__card:hover .kl-bullet-home__content p{font-weight:700}@media (max-width:768px){.kl-bullet-home{gap:10px;grid-template-columns:1fr;margin-bottom:100px}.kl-bullet-home__card{margin-bottom:15px}.kl-bullet-home__content{max-width:none}.kl-bullet-home__image img{max-width:50%}}