.services{display:flex;justify-content:space-around;gap:20px;margin:40px auto;max-width:1000px}.services>*{flex:1 1 45%;border:2px solid black;padding:15px;box-sizing:border-box;position:relative;height:400px}.services h2{margin:0;font-size:20px;text-align:center;position:relative}.receive-btn{position:absolute;top:15px;right:15px;padding:5px 10px;border:2px solid black;background:none;font-weight:700;cursor:pointer}.message-area{height:220px;margin-top:40px;border:1px solid black;padding:10px;overflow-y:auto}.bottom-section{position:absolute;bottom:15px;left:15px;right:15px;display:flex;gap:10px}.bottom-section input[type=text]{flex:1;padding:8px;border:1px solid black}.bottom-section button{padding:8px 15px;border:2px solid black;background:none;font-weight:700;cursor:pointer}
