.subscribe-buttons{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.subscribe-buttons .ask-doctor-button{background-color:#0ca37f;border-color:#0ca37f;font-weight:600;height:48px;padding:0 32px;border-radius:8px;transition:all .3s ease}.subscribe-buttons .ask-doctor-button:hover{background-color:rgb(8.5028571429,115.4971428571,89.9885714286);border-color:rgb(8.5028571429,115.4971428571,89.9885714286);transform:translateY(-2px);box-shadow:0 4px 12px rgba(12,163,127,.3)}.subscribe-buttons .subscribe-button{background-color:rgba(0,0,0,0);border-color:#0ca37f;color:#0ca37f;font-weight:600;height:48px;padding:0 32px;border-radius:8px;transition:all .3s ease}.subscribe-buttons .subscribe-button:hover{background-color:#0ca37f;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(12,163,127,.3)}@media(max-width:768px){.subscribe-buttons{flex-direction:column;gap:12px}.subscribe-buttons .ask-doctor-button,.subscribe-buttons .subscribe-button{width:100%;max-width:280px}}