.clients-pic{
    padding:15px;text-align: center;
}
.no-padding{
    padding: 0;
}


@media screen and (max-width: 450px) {
    .pricing-table-1 .p-table-inner {
        position: relative;
        padding: 15px;
        border: 1px solid #0f75bc;
    }
    .pricing-table-1 .p-table-inner .p-table-price p {
        font-size: 17px;
        margin-bottom: 0px;
        font-family: "Rubik", sans-serif;
    }
    .pricing-table-1 .p-table-inner .p-table-price span {
        font-size: 18px !important;
        line-height: 23px !important;
    }
}
.center-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}