#terms-popup-box {position: fixed;bottom: 0;width: 100%;background-color: #333;color: #fff;padding: 10px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;z-index: 9999;}#terms-popup-box span {cursor: pointer;margin-left: 15px;}#terms-popup-box p {margin: 0;flex-grow: 1;}@media(min-width: 768px) {#terms-popup-box p {padding-right: 10px;}}