.content-box { padding: 20px; text-align: center; border-radius: 8px; border: 3px solid; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); margin-bottom: 10px; } .new-patients { background-color: #C7B1E2; border-color: #724B9B; } .current-patients { background-color: #CDE6F5; border-color: #81B6D8; } .general-inquiry { background-color: #F8D6D6; border-color: #EA9E9E; } .btn-custom { display: inline-block; padding: 10px 20px; margin-top: 10px; border-radius: 5px; color: white; text-decoration: none; font-weight: bold; transition: 0.3s; } .btn-new { background-color: #724B9B; } .btn-current { background-color: #81B6D8; } .btn-general { background-color: #EA9E9E; } .btn-custom:hover { opacity: 0.8; } @media (max-width: 768px) { .row > .col-lg-6, .col-lg-12 { margin-bottom: 10px; } } General Inquiry Have questions? Reach out using the form below.