import React from 'react'; import cn from 'classnames'; import stl from './bottomBlock.module.css'; const BottomBlock = ({ children = null, className = '', additionalHeight = 0, ...props }) => (