.pills{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:40px;padding:40px 0}.pills__title{color:#000;font-family:trade-gothic-next;font-size:36px;font-style:normal;font-weight:800;line-height:57px;margin:0;text-align:center}.pill-wrapper{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}@media (max-width:767px){.pill-wrapper{gap:10px}}.pill{align-items:center;background-color:#fff;border:1px solid #000;border-radius:60px;display:flex;gap:10px;justify-content:center;padding:20px 30px;text-align:center;text-decoration:none;transition:background-color .3s ease}@media (max-width:767px){.pill{padding:10px 20px}}.pill:hover{background-color:#d3d3d3;transition:background-color .3s ease}.pill__image{height:auto;width:30px}.pill__text{color:#000;leading-trim:both;text-edge:cap;font-family:trade-gothic-next;font-size:19px;font-style:normal;font-weight:800;line-height:1.2;margin:0}@media (max-width:767px){.pill__text{font-size:15px;line-height:1.2}}