.creg-accodion .accordion-item {
  border: 0;
  padding-bottom: 30px;
  position: relative; }
  .creg-accodion .accordion-item:last-child {
    padding-bottom: 0px; }
  .creg-accodion .accordion-item::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--primary-color); }

.creg-accodion .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
  .creg-accodion .heading[aria-expanded="true"] .counter-no {
    background-color: var(--secondary-color);
    color: var(--primary-color); }
  .creg-accodion .heading[aria-expanded="true"] .title {
    color: var(--primary-color); }
  .creg-accodion .heading .counter-no {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--secondary-color-2);
    color: var(--h2-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--font-outfit);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    z-index: 1; }
  .creg-accodion .heading .title {
    font-family: var(--font-outfit);
    font-style: normal;
    font-weight: 400;
    color: var(--primary-color-2); }

.creg-accodion .des {
  margin-left: 50px; }
