#terms-popup-box{position:fixed;bottom:0;width:77%;background-color:#222;color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.5);z-index:1000;display:flex;justify-content:space-between;align-items:center;}#terms-popup-box .close-btn{cursor:pointer;font-size:18px;color:#ddd;padding:0 10px;}@media(max-width:768px){#terms-popup-box{flex-direction:column;align-items:flex-start;}}