@media (min-width: 320px) {

  .we-today-list {
    display: grid;
    gap: 24px;
  }
  .we-today-list .step-item {
    background: var(--background-light);
    padding: 20px;
    position: relative;
  }
	.we-today-list .step-item:last-child .step-arrow::before {
		grid-column: auto;
		background: var(--main-basic);
		transform: rotate(10deg);
		content: url(/local/templates/jamit-template/assets/img/white-ok.svg);
	}
	.dark .we-today-list .step-item:last-child {
		background: var(--main-basic);
	}
	.dark .we-today-list .step-item:last-child .step-arrow::before {
		border: 1px solid var(--main-dark);
		background: var(--main-dark);
	}
	.we-today-list .step-item:nth-child(4) {
		grid-column: auto;
	}
	.we-today-list .step-item .caption-p {
		font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.six-step .we-today-list .step-item .subtitle1-title {
		margin-top: 20px;
	}
  .we-today-list .step-item .caption-p.without-name {
	  margin-top:20px;
  }
  .we-today-list .step-number,
  .we-today-list .step-arrow::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
  }

  .we-today-list .step-number {
    background: var(--white);
    z-index: 10;
    position: relative;
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 12px;
  }

  .we-today-list  .step-arrow::before {
    content: url("./img/arrow-blue.svg");
    z-index: 5;
    border: 1px solid #006DFE;
    position: absolute;
    top: 20px;
    left: 55px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 34px;
    height: 34px;
    left: 48px;
  }

  .we-today-list .step-arrow.check-blue::before {
    content: url("./img/check-blue.svg");
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .we-today-list  .step-item .download-brif {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .we-today-list  .download-brif.step-link {
    color: #006DFE;
    text-decoration: none;
  }

  .we-today-list  .download-brif.step-link .brif-format {
    color: #D7E1EC;
  }

  .we-today-list  .step-item .subtitle1-title {
    margin-top: 30px;
    margin-bottom: 12px;
  }
}
