:root{--main: #f7931d;--main1: #36a9e1;--main2: #221b48;--main3: #185ab1;--black: #000000;--light-black: #5e5e5e;--body: #f5f5f5;--gray: #e4e8f0;--light: #fafafc;--white: #fff}.bullets-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px}@media only screen and (max-width: 998px){.bullets-container{grid-template-columns:1fr 1fr;gap:10px 0;padding:30px 0}}@media only screen and (max-width: 768px){.bullets-container{grid-template-columns:1fr;gap:10px 0;padding:30px 0}}.bullets-container .bullet-item{display:flex;flex-direction:column;align-items:center;gap:0px;padding:10%;text-align:center;border-right:1px solid var(--main)}@media only screen and (max-width: 768px){.bullets-container .bullet-item{border:none;border-bottom:1px solid var(--main)}}.bullets-container .bullet-item:last-child{border:none}@media only screen and (max-width: 768px){.bullets-container .bullet-item{padding:5px;gap:0px}}.bullets-container .bullet-item .bullet-title{color:var(--main1);font-size:24px;margin-bottom:15px}.bullets-container .bullet-item p{margin:0;padding:0}@media only screen and (max-width: 768px){.bullets-container .bullet-item p{font-size:14px;margin-bottom:15px}}.bullets-home{background-color:#f9f9f9}@media only screen and (max-width: 768px){.bullets-home{padding:30px 0}}/*# sourceMappingURL=bullets.min.css.map */