.como-funciona-descontos .p-1{
    margin-top: 5vmin;
}
.como-funciona-descontos .p-1 a{
    text-decoration: none;
    color: #FF936D;
    font-weight: 600;
}
.como-funciona-descontos .p-intro a:hover{
    color: #bbb2a9;
}
.como-funciona-descontos .btn-shop-car2{
    display: block;
    background: rgba(255,148,109,1);
    background: -moz-linear-gradient(top, rgba(255,148,109,1) 0%, rgba(255,125,104,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,148,109,1)), color-stop(100%, rgba(255,125,104,1)));
    background: -webkit-linear-gradient(top, rgba(255,148,109,1) 0%, rgba(255,125,104,1) 100%);
    background: -o-linear-gradient(top, rgba(255,148,109,1) 0%, rgba(255,125,104,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,148,109,1) 0%, rgba(255,125,104,1) 100%);
    background: linear-gradient(to bottom, rgba(255,148,109,1) 0%, rgba(255,125,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff946d', endColorstr='#ff7d68', GradientType=0 );
    width: fit-content;
    color: #fff !important;
    cursor: pointer;
    border-radius: 50% 20% / 10% 40%;
    box-shadow: var(--shadow);
    font-size: 1.5vmin;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    padding: 1vmin 2vmin;
    margin-top: 8vmin !important;
    
}
.como-funciona-descontos.onde-comprar .parceiros i {
    font-size: 7vmin;
}

