.scr-6-grid{
--w:368px;
--n:6;
display:grid;
grid-template-columns: repeat(auto-fit, minmax(
    clamp(100% / (var(--n) + 1) + 0.1%, var(--w), 100%), 1fr));
gap:30px;margin:20px auto;grid-auto-rows:1fr;max-width: 1450px}

.scr-6-grid .scr-grid-item {background:#e9060626;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px}
.scr-6-grid h2{font-size:15px;text-align:center;padding:0;margin:0;margin-bottom:15px}
    .donut {
  position: relative;
  width: 200px;
  height: 200px;
}

.donut-default {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.donut-white {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.donut-line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.donut-text {
  top: 25px;
  left: 25px;
  width: 150px;
  height: 150px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.donut-text span {
  color: #48b2c1;
}


.instalment1 .donut-case {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #48b2c1;
  position: absolute;
  top: 0;
  left: 0;
  background-clip: border-box;
  overflow: hidden;
}

.instalment1 .donut-case::before {
  content: "";
  clip: rect(0 200px 100px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(180deg);
  background: #cbcb41;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instalment1 .donut-case::after {
  content: "";
  clip: rect(0 100px 200px 0);
  -webkit-transform: rotate(327.6deg);
  transform: rotate(360deg);
  background: #cbcb41;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instalment1 .donut-line::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: -25px;
  left: 50%;
  background: #fff;
  z-index: 2;
}

.instalment1 .donut-line::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 25px;
  background: #fff;
  border-bottom: 1px solid #fff;
  z-index: 2;
}

.reports-list {
    margin: 20px 0;
}

.report {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.report h2 {
    margin: 0 0 10px;
}

.report p {
    margin: 0 0 5px;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination a {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

.pagination .current-page {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
}
