.buy-now-button {
    margin-left: 10px; /* Adjust this value as needed */
    background-color: #3cc8eb;
    color: #ffffff !important;
    border: none;
    padding: 10px 20px;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
}

.buy-now-button:hover {
    background-color: #151e6d !important;
    color: #ffffff !important;
}
