.col-centered {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: #9f78ff;
}

.card-title {
    color: white;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.f-w-600 {
    font-weight: 600;
}

.pricing-card-area .single-card .card-bottom ul li del {
    color: #717081;
    font-weight: 300;
    margin-bottom: 23px;
    font-size: 16px;
}

.section-tittle h3 {
    color: #ffffff;
    font-size: 22px;
}
.section-tittle h4 {
    color: #7a8290;
    font-size: 18px;
}
.section-tittle li {
    color: #7a8290;
    list-style: circle;
    list-style-position: inside;
}
