.partnership-model .row .card01 {
    padding: 40px;
    background-color: #E7F1FF;
}
.partnership-model .row .card02 {
    padding: 40px;
    background-color: #9EC5FE;
}
.partnership-model .row .card03 {
    padding: 40px;
    background-color: #0D6EFD;
}
.service {
    background-image: url('../images/circle-net-blue.svg');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.service .table-responsive {
    border-radius: 30px;
}
.service table {
    background-color: #F8F9FA03 !important;
    backdrop-filter: blur(30px); /* The magic ingredient */
    -webkit-backdrop-filter: blur(30px);
}
.service table tr th,
.service table tr td {
    width: 33.333333%;
    padding: 40px;
    background-color: transparent;
}
.financial-structure .row.gx-5 {
    --bs-gutter-x: 7.5rem;
}
.product-category ul li {
    max-width: 160px;
    width: calc(50% - 8px);
}
.product-category ul li img {
    width: 40px;
}

@media only screen and (max-width: 991px) {
    .partnership-model .row .card01  {
        padding: 30px;
    }
}