.te-pricing-features{align-items:center;display:inline-flex;flex-direction:column;gap:64px}.te-pricing-features .heading-text{align-items:center;display:flex;flex-direction:column;justify-content:center}.te-pricing-features .heading-text :is(h1,h2,h3,h4,h5,h6){margin:0}.te-pricing-features .cards-container{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between}.te-pricing-features .cards-container .card-block{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 24px 0 rgba(94,67,194,.1);display:flex;flex:1 1 calc(33.333% - 32px);flex-direction:column;flex-shrink:0;gap:16px;padding:32px}.te-pricing-features .card-block .card-title :is(h1,h2,h3,h4,h5,h6){font-family:Roboto,sans-serif;margin:0;text-align:center}.te-pricing-features .card-block .card-icon{align-items:center;background:#f2ebfd;border-radius:8px;display:flex;flex-direction:column;gap:8px;height:64px;justify-content:center;width:64px}@media screen and (max-width:768px){.te-pricing-features{gap:32px}.te-pricing-features .cards-container .card-block{flex:1 1 calc(50% - 32px)}}@media screen and (max-width:600px){.te-pricing-features .cards-container .card-block{flex:1 1 100%}}