.features{width:100%;max-width:100%;overflow:hidden}.features .container{max-width:100%}.features__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:20px;margin:40px 0;min-width:0;width:100%}.features__card{display:flex;flex-direction:column;align-items:center;min-width:0;max-width:100%;box-sizing:border-box;border:2px solid var(--additional-c-elements);border-radius:20px;padding:20px;text-align:center;background-color:var(--block-bg,transparent)}.features__image{flex-shrink:0;line-height:0}.features__image img,.features__image .features__image-img{display:block;width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.features__title{font-weight:700;font-size:17px;line-height:130%;text-transform:uppercase;margin:10px 0 5px;text-wrap:balance;max-width:100%;overflow-wrap:break-word}.features__text{margin-top:6px;font-size:13px;line-height:1.4;max-width:100%;overflow-wrap:break-word}@media screen and (max-width:992px){.features__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:768px){.features__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.features__card{padding:16px 12px}}@media screen and (max-width:568px){.features__grid{grid-template-columns:minmax(0,1fr);gap:12px;margin:24px 0}.features__card{width:100%;max-width:100%;margin-inline:0;padding:16px 12px}.features__title{font-size:15px}}