.logo-class {
    max-width: 100%;
    height: auto;
    width: 200px;
}

h4.mb-0 {
    font-size: 19px;
    line-height: 1.3;
    font-style: italic;
}

.harga-paket:before {
    content: 'Rp';
    font-size: 15px;
}

.pertahun {
    font-size: 12px;
    color: #6c6c6c;
}


.pagination-wrapper .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
}

.pagination-wrapper .page-numbers.current {
  background: #0d6efd;
  color: #fff;
}

.pagination-wrapper .page-numbers:hover {
  background: #0d6efd;
  color: #fff;
}
