

.custom-next-btn-wrapper {
    background-color: #fafafa;
    padding: 40px;
    border: 1px solid #7c36ff;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.custom-next-btn {
    display: block;
    max-width: 350px;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    font-weight: bold;
    background-color: #696969;
    background-image: linear-gradient(to right, #5369c7, #6d3aa0, #597cc5, #7b2abf);
    background-size: 300% 100%;
    padding: 16px 30px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 15px 0 rgba(97, 60, 148, 0.75);
    margin: 0 auto;

    text-align: center;
    text-decoration: none !important;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.custom-next-btn:hover {
    background-position: 100% 0;
}

@media (max-width: 768px) {
    .custom-next-btn-wrapper {
        padding: 30px 16px;
        margin-top: 16px;
        margin-bottom: 30px;
    }
    
    .custom-next-btn {
        max-width: 290px;
        font-size: 14px;
        padding: 16px;
    }
}
