/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 13 2022 | 01:46:10 */
.button-002 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin:0 auto;
    padding: .8em 2em;
    border: none;
    border-radius: 5px;
    background-color: #41d025;
    color: #fff !important;
    font-weight: 600;
    font-size: 1em;
}

.button-002::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-002:hover {
    background-color: #31c015 !important;
}
