.comparison-grid{display:grid;font-family:Open Sans,sans-serif;font-size:18px;grid-template-columns:4fr 2fr 2fr 2fr;width:100%}.cell,.header{border-bottom:1px solid #dce4eb;font-weight:600;padding:16px;text-align:center}.header{align-items:center;display:flex}.header.feature{font-weight:600}.cell.feature,.header.feature{font-size:18px;text-align:left}.cell.feature{font-weight:300}.comparison-grid>div:nth-last-child(-n+4){border-bottom:none}.comparison-grid>div:nth-child(4n){background-color:#fff}.comparison-grid>div:nth-child(4){border-top-left-radius:16px;border-top-right-radius:16px}.comparison-grid>div:last-child{border-bottom-left-radius:16px;border-bottom-right-radius:16px}.header-img{padding:8px 40px}@media (max-width:768px){.comparison-grid{font-size:12px;grid-template-columns:minmax(80px,4fr) repeat(3,minmax(40px,2fr))}.cell.feature,.header.feature{font-size:12px}.cell,.header{padding:16px 4px}.header-img{padding:4px}.comparison-grid>div:nth-child(4){border-top-left-radius:4px;border-top-right-radius:4px}.comparison-grid>div:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}}