.book-demo-button {
    width: 150px !important;
    max-width: 150px !important;
    height: 50px !important;
    max-height: 50px !important;
    background-color: #4d4557 !important;
    border-radius: 9999px !important;
    margin-left: auto !important;
}

.book-demo-button:hover {
    background-color: #625b6b !important;
}

.book-demo-button::before {
    width: 0px !important;
}

::before {
    border: 0px !important;
    width: 0px !important;
}

.book-demo-button a {
    line-height: 50px !important;
    padding: 0px !important;
    color: #FFFFFF !important;
}



.book-demo-button a::before {
     content: "" !important;
	 width: 100% !important;
	 height: 100% !important;
	 background: linear-gradient(to right, #f25663, #f25663 50%, #f25a89) !important;
	 position: absolute !important;
	 left: 0 !important;
	 right: 0 !important;
	 bottom: 0 !important;
	 top: 0 !important;
	 border-radius: 4px !important;
	 transition: all 0.4s ease-in-out !important;
	 z-index: 1 !important;
}