.b-shadow-min {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)!important;
}

@media (min-width: 650px) {
    .m-style {
        max-width: 600px;
    }
    .justify-center {
        justify-content: center;
    }
}

.m-style {
    border-radius: 10px;
}

.button-zap:hover {
    background-color: #22c23a;
}

.button-zap {
    background-color: #28d643;
    padding: 10px 20px;
    margin: 0px 10px;
    border-radius: 500px;
    transition: 0.3s;
    height: 70px;
    width: 300px;
    max-width: 350px;
}

.redirect-zap {
    display: flex;
    height: 100%;
    align-items: center;
}

.redirect-zap > svg {
    margin-right: 5px;
}

.button-zap > div {
    color: white;
}

.button-text {
    text-align: center;
    width: 100%;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}