@media screen and (max-width: 767px) {
  #journey {
    overflow: visible !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #journey .space-y-20 > div {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
    width: 100% !important;
  }

  #journey .space-y-20 > div > :nth-child(1),
  #journey .space-y-20 > div > :nth-child(3) {
    width: 40% !important;
    max-width: 40% !important;
    box-sizing: border-box !important;
    padding: 0 !important;
  }

  #journey .space-y-20 > div > :nth-child(2) {
    width: 20% !important;
    max-width: 20% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  #journey .space-y-20 > div .w-10.h-10 {
    width: 48px !important;
    height: 48px !important;
  }

  #journey .absolute.left-1\/2 {
    display: block !important;
    opacity: 0.12 !important;
  }

  #journey h3 {
    font-size: 1.25rem !important;
  }
  #journey h4 {
    font-size: 1rem !important;
  }
  #journey p {
    font-size: 0.875rem !important;
  }

  #journey .space-y-20 > div {
    margin-bottom: 1.25rem !important;
  }
}
