.chatbot-banner{background:#835a79;height:180px;width:100%;display:flex;justify-content:space-between;border-radius:16px;overflow:hidden;margin:20px auto;line-height:1}.chatbot-banner .left{flex:1;height:100%;display:flex;flex-direction:column;justify-content:space-between;color:white;padding:40px}.chatbot-banner .left .sub-heading{text-transform:uppercase}.chatbot-banner .left .title{font-size:35px;font-weight:500}.chatbot-banner .right{width:200px;height:100%;background:var(--main-accent-color);display:flex;flex-direction:column;justify-content:space-evenly;padding:30px;color:white;text-align:center}.chatbot-banner .right a{text-decoration:none;color:inherit}.chatbot-banner .right a{padding:10px 20px;background:white;color:var(--main-accent-color);border-radius:999px;width:fit-content;margin:10px auto}@media(max-width:750px){.chatbot-banner{flex-direction:column;text-align:center;height:auto}.chatbot-banner .right{width:100%;padding:10px}}