.indy-list-item-widget .indy-heading-sub {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.indy-list-item-widget .main-wrapper {
  padding-top: 32px;
}

.indy-list-item-widget .main-wrapper .indy-list-item {
  border-radius: 24px 24px 0px 0px;
  padding: 32px;
  margin-top: -20px;
  color: #171514;
  background: var(--secondary-mandarine, #fdaf46);
  z-index: 4;
}

.indy-list-item-widget .main-wrapper .indy-list-item:nth-child(2) {
  background: var(--secondary-orange, #fc852a);
  z-index: 3;
}

.indy-list-item-widget .main-wrapper .indy-list-item:nth-child(3) {
  background: var(--secondary-fuschia, #fa5d89);
  z-index: 2;
}

.indy-list-item-widget .main-wrapper .indy-list-item:nth-child(4) {
  background: var(--secondary-corail, #ff7262);
  z-index: 1;
}

.indy-list-item-widget .main-wrapper .indy-list-item .title {
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -1.344px;
  color: #171514;
  flex-shrink: 0;
}

.indy-list-item-widget .main-wrapper .indy-list-item .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.32px;
  max-width: 193px;
  padding-top: 8px;
}

@media (min-width: 768px) {
  .indy-list-item-widget .main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  .indy-list-item-widget .main-wrapper .indy-list-item {
    flex-grow: 1;
    padding: 32px 32px 64px 72px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 0;
    cursor: pointer;
    min-height: 192px;
  }

  .indy-list-item-widget .main-wrapper .indy-list-item:not(:last-child) {
    margin-right: -40px;
  }

  .indy-list-item-widget .main-wrapper .indy-list-item .title {
    flex-shrink: 0;
  }

  .indy-list-item-widget .main-wrapper .indy-list-item .text {
    margin: 0;
    padding: 0;
    display: none;
  }

  .indy-list-item-widget .main-wrapper .indy-list-item:first-child .text {
    transform: translateX(-40px);
  }
}
