.tarifs-grid{
    align-items: stretch;
}
.tarif-card{
    border-radius: 30px !important;
    overflow: hidden;
    position: relative;
}
.tarif-card h3{
    line-height: 1.15;
}
.tarif-list li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.tarif-details{
    padding-top: 8px;
}
@media (max-width: 680px){
    .tarif-card{
        border-radius: 24px !important;
    }
}
