/* Publication integration: contain the existing pricing table on narrow screens. */
@media(min-width:901px){#servicii .cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){table.pricing{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.about-grid{grid-template-columns:minmax(0,1fr)}.about-grid>*{min-width:0}.facts dl{grid-template-columns:minmax(0,1fr)}.facts dd{overflow-wrap:anywhere}.cross-link .sister-logo{white-space:normal}}
