:root{--main: #fdc500;--main1: #0064a8;--main2: #0d1029;--black: #000;--light-black: #161515;--body: #f8f8f8;--gray: #f9f9f9;--light: #fafafc;--white: #fff}.bullets-container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:100px}@media only screen and (max-width: 998px){.bullets-container{margin-bottom:50px}}@media only screen and (max-width: 768px){.bullets-container{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}}.bullets-container .bullet-item{position:relative;background-color:var(--white);box-shadow:0 0 10px 0 rgba(0,0,0,.085);transition:all .3s ease;padding:10%}@media only screen and (max-width: 768px){.bullets-container .bullet-item{padding:15px 10px;gap:10px}}.bullets-container .bullet-item .bullet-item__wrap{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;height:100%;justify-content:center}@media only screen and (max-width: 768px){.bullets-container .bullet-item .bullet-icon img{max-width:32px;height:auto}}.bullets-container .bullet-item .bullet-title{font-weight:600;font-size:18px;color:var(--black)}@media only screen and (max-width: 768px){.bullets-container .bullet-item .bullet-title{font-size:16px}}@media only screen and (max-width: 460px){.bullets-container .bullet-item .bullet-title{font-size:14px}}.bullets-container .bullet-item p{margin:0;padding:0}.bullets-container .bullet-item .bullet-color{position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;opacity:0;transition:all .3s ease}.bullets-container .bullet-item:hover .bullet-color{opacity:1}.bullets-container .bullet-item:hover .white-content{color:var(--white) !important}.bullets-container .bullet-item:hover .white-content *{color:var(--white) !important}.bullets-container .bullet-item:hover .white-content img{filter:brightness(100)}.bullets-container.four-col{grid-template-columns:1fr 1fr 1fr 1fr;gap:20px}@media only screen and (max-width: 998px){.bullets-container.four-col{grid-template-columns:1fr 1fr;gap:20px}}/*# sourceMappingURL=bullets.min.css.map */