.boxes-single .boxes-container{
    padding: 0;
    box-shadow: none;
    background-color: transparent;
}

.boxes-single .boxes-container .boxes-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    gap: 70px;
    border-radius: 5px;
    margin-top: 7px;
    padding: 10px 70px 25px 70px;
    cursor: pointer;
}

.boxes-single .boxes-container .boxes-content .qtd_numbers{
    text-align: center;
}

.boxes-single .boxes-container .boxes-content p{
    font-size: .70em;
    font-weight: 500;
    color: #ffffffad;
}


.boxes-single .boxes-container .boxes-content h4{
    font-size: .9em;
    color: #fff;
}

.boxes-single .boxes-container .boxes-content .gift-boxes{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.boxes-single .boxes-container .boxes-content .gift-boxes .boxes-gift{
    text-align: center;
}

.boxes-single .boxes-container .boxes-content .gift-boxes h5{
    font-size: 1.75em;
}

.boxes-single .boxes-container .boxes-content .p-1{
    position: absolute;
    margin-top: 8px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
    width: 100%;
}

@media only screen and (max-width: 789px) {
    .boxes-single .boxes-container .boxes-content{
        gap: 45px;
        padding-bottom: 28px;
        padding: 10px 20px 25px 20px;

    }

    .boxes-single .boxes-container .boxes-content h4{
        font-size: .8em;
    }
}