:root {
  --bg-stage-3: #ffffff;
  --color-stage-3: #111915;
  --bg-stage-3-btn: #6464bc;
  --color-stage-3-btn: #ffffff;
  --bg-stage-3-icon: #6464bc; }

.greenweave-process-stage-3 {
  background: var(--bg-stage-3);
  color: var(--color-stage-3); }
  .greenweave-process-stage-3 .button {
    color: var(--color-stage-3-btn);
    background-color: var(--bg-stage-3-btn); }
  .greenweave-process-stage-3 .stage-banner .img img {
    border-radius: 16px; }
  .greenweave-process-stage-3 .more-desc .item svg {
    fill: var(--bg-stage-3-icon);
    margin-right: 6px; }
  .greenweave-process-stage-3 .more-desc .item:not(:last-child) {
    margin-bottom: 10px; }
  .greenweave-process-stage-3 .btn-more {
    margin-top: 40px; }
  @media (min-width: 1200px) {
    .greenweave-process-stage-3 .stage-banner {
      padding-right: 90px; } }
  @media (max-width: 991px) {
    .greenweave-process-stage-3 .stage-banner {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .greenweave-process-stage-3 .more-desc .item:not(:last-child) {
      margin-bottom: 5px; }
    .greenweave-process-stage-3 .btn-more {
      margin-top: 20px; } }
