.pricing-list {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 3px 6px 4px rgba(0, 0, 0, 8%);
    width: 49%;
}
h4.widget-title {
    text-align: center;
}
.pricing-list li{
 padding: 0.5rem 0;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; 
}
.pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    margin-bottom: 30px;
}