/* common border radius */
/* disable text selection */
section.gt-block.process .container {
  max-width: calc(890px + 20px + 20px);
}
section.gt-block.process .process__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  section.gt-block.process .process__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.process .process__item {
    flex-direction: column;
  }
}
section.gt-block.process .process__item:last-child {
  margin-bottom: 0px;
}
section.gt-block.process .process__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  section.gt-block.process .process__item:nth-child(2n) {
    flex-direction: column;
  }
}
section.gt-block.process .process__item-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  section.gt-block.process .process__item-content {
    width: 100%;
    align-items: flex-start;
  }
}
section.gt-block.process .process__item-content-number {
  text-align: right;
  font-size: 100px;
  font-family: 'Reenie Beanie';
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  section.gt-block.process .process__item-content-number {
    text-align: left;
  }
}
section.gt-block.process .process__item-content-title {
  text-align: right;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.gt-block.process .process__item-content-title {
    text-align: left;
  }
}
section.gt-block.process .process__item-content-text {
  font-size: 18px;
  line-height: 24px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  section.gt-block.process .process__item-content-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.process .process__item-content-text {
    text-align: left;
  }
}
section.gt-block.process .process__item:nth-child(2n) .process__item-content {
  align-items: flex-start;
}
section.gt-block.process .process__item:nth-child(2n) .process__item-content > * {
  text-align: left;
}
section.gt-block.process .process__item-illustration {
  width: 45%;
}
@media screen and (max-width: 768px) {
  section.gt-block.process .process__item-illustration {
    width: 100%;
    margin-top: 30px;
  }
}
section.gt-block.process .process__item-illustration img {
  width: 100%;
  height: auto;
  display: block;
}
