@media screen and (min-width: 640px) {
  .get-started-mb {
    width: 74.375rem;
    height: 25.6875rem;
    padding: 0 7.12rem;
    position: relative;
    margin: auto;
    margin-top: 5.09rem;
    margin-bottom: 5.04rem;
    display: flex;
    justify-content: space-between;
  }

  .get-started__wrapper--left-mb {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: var(--text-white);
    justify-content: center;
  }

  .get-started__wrapper--right-mb {
    display: flex;
    align-items: center;
  }

  .get-started__image {
    height: 5.54rem;
    width: auto;
  }

  .get-started__image:not(:last-child) {
    margin-right: 1.01rem;
  }

  .get-started__image:nth-last-child(2) {
    margin-right: 0;
  }

  .get-started__wrapper--right-mb {
    position: absolute;
    right: 7rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .get-started-mb .get__started__container > .get-started__button-mb {
    display: none;
  }

  .get-started__background-mb {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
  }

  .get-started__title {
    margin-bottom: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.01563rem;
  }

  .get-started__wrapper--left-mb > p {
    opacity: 0.8;
    letter-spacing: 0.03125rem;
    margin-bottom: 2rem;
  }

  .get-started__button-mb {
    align-self: self-start;
  }
}

@media screen and (max-width: 639px) {
  .get-started-mb {
    padding: 4rem 1.94rem;
    flex-direction: column;
    width: 20.9375rem;
  }

  .get-started__background {
    object-fit: cover;
    top: 0;
    border-radius: 0.625rem;
  }

  .get-started__wrapper--left-mb > a {
    display: none;
  }

  .get-started__title {
    color: var(--text-text-oxford-blue-0);
    text-align: center;
    font-size: var(--font-size-H2);
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.01563rem;
  }

  .get-started__title ~ p.font-size-sub1 {
    color: var(--Text-Ramp-inverse-80);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.03125rem;
    text-align: center;
    /* 	  padding: 0 2rem; */
  }

  .get-started__image {
    /* 	  width: 3.25rem; */
    height: 3.25rem;
    object-fit: contain;
  }

  .get-started__wrapper--right {
    margin: 2rem 0;
    position: unset;
    z-index: 1;
    justify-content: center;
  }

  .get-started__wrapper {
    flex: unset;
    flex-basis: unset;
  }

  .get-started__wrapper--left {
    position: unset;
    z-index: 1;
    height: fit-content;
    margin-right: 0;
  }

  .get-started__button {
    position: absolute;
    bottom: 4rem;
    height: 2.25rem;
    width: 17rem;
    font-size: var(--font-size-button);
  }

  .get-started-mb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-light-gray-blue-02);
    padding: 3rem 0;
  }

  .get__started__container {
    position: relative;
    width: 20.9375rem;
    border-radius: 0.625rem;
    padding: 3.125rem 1.875rem;
  }

  .get__started__container > .get-started__background-mb {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.625rem;
    top: 0;
    left: 0;
  }

  .get-started__wrapper--right-mb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 1rem;
    margin: 2rem 0;
  }

  .get-started__button-mb {
    position: relative;
    width: 100%;
    font-size: var(--font-size-button);
    padding: 0.75rem 1.5rem;
  }
}
