/* Cauri — taller How We Work step cards (alternat-2 rectangular layout) */
.working-process-section.alternat-2 .working-block-one .inner-box .text {
  width: 290px;
  min-height: 360px;
  height: auto;
  border-radius: 10px;
  padding: 48px 36px 40px;
  align-items: flex-start;
  justify-content: flex-start;
}

.working-process-section.alternat-2 .working-block-one .inner-box .text .inner {
  width: 100%;
}

.working-process-section.alternat-2 .working-block-one .inner-box .text h3 {
  margin-bottom: 18px;
}

.working-process-section.alternat-2 .working-block-one .inner-box .text p {
  line-height: 1.6;
}
