/* ========== MAKING IDEAS WORK SECTION ========== */

/* ========== BREAKPOINT 1: 1441px and above ========== */
@media (min-width: 1441px) {
  .making-ideas-work-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 56px;
    position: relative;
    width: 1004px;
    height: 1637px;
    margin: 0 auto 104px auto;
    box-sizing: border-box;
    text-align: center;
  }
  .miw-title {
    font-family: 'Inria Serif', serif;
    font-style: italic;
    font-weight: 700;
    width: 1004px;
    height: 58px;
    font-size: 48px;
    line-height: 58px;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    color: #1A1A1A;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto !important;
    padding: 0;
    letter-spacing: normal;
  }
  .miw-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 48px;
    width: 1004px;
    height: 1523px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    padding: 0px;
    gap: 24px;
    width: 1004px;
    height: 1428px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--ai,
  .miw-card--web {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    gap: 24px;
    width: 490px;
    height: 460px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 40px;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-shadow: 0px 5px 32px rgba(39, 39, 39, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
  }
  .miw-card--ai { order: 0; }
  .miw-card--web { order: 1; }
  .miw-card--ai:hover,
  .miw-card--web:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 40px rgba(39, 39, 39, 0.08);
  }
  .miw-card--mobile,
  .miw-card--design-systems,
  .miw-card--prototyping,
  .miw-card--ux-strategy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    gap: 24px;
    width: 490px;
    height: 460px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 56px;
    flex: none;
    flex-grow: 0;
    box-shadow: 0px 5px 32px rgba(39, 39, 39, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
  }
  .miw-card--mobile { order: 2; }
  .miw-card--design-systems { order: 3; }
  .miw-card--prototyping { order: 4; }
  .miw-card--ux-strategy { order: 5; }
  .miw-card--mobile:hover,
  .miw-card--design-systems:hover,
  .miw-card--prototyping:hover,
  .miw-card--ux-strategy:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 40px rgba(39, 39, 39, 0.08);
  }
  .miw-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 12px;
    margin: 0 auto;
    width: 426px;
    height: 89px;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card-title {
    width: 426px;
    height: 29px;
    font-family: 'Inria Serif', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .miw-card-desc {
    width: 426px;
    height: auto;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    color: #505050;
    color: color(display-p3 0.471 0.471 0.471);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.4px;
    box-sizing: border-box;
  }
  .miw-card-img {
    margin: 0 auto;
    width: 426px;
    height: 280px;
    min-height: 280px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
  }
  .miw-card-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .miw-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .miw-card--mobile .miw-card-img video {
    object-position: center;
    object-fit: cover;
    transform: scale(1.02);
  }
}

/* ========== BREAKPOINT 2: 1024px to 1440px ========== */
@media (min-width: 1024px) and (max-width: 1440px) {
  .making-ideas-work-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 56px;
    position: relative;
    width: 800px;
    height: 1357px;
    margin: 0 auto 104px auto;
    box-sizing: border-box;
    text-align: center;
  }
  .miw-title {
    font-family: 'Inria Serif', serif;
    font-style: italic;
    font-weight: 700;
    width: 800px;
    height: 48px;
    font-size: 40px;
    line-height: 48px;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto !important;
    padding: 0;
    letter-spacing: normal;
  }
  .miw-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 48px;
    width: 800px;
    height: 1253px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    padding: 0px;
    gap: 24px;
    width: 800px;
    height: 1158px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--ai,
  .miw-card--web {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    gap: 24px;
    width: 388px;
    height: 370px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 40px;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-shadow: 0px 5px 32px rgba(39, 39, 39, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
  }
  .miw-card--ai { order: 0; }
  .miw-card--web { order: 1; }
  .miw-card--ai:hover,
  .miw-card--web:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 40px rgba(39, 39, 39, 0.08);
  }
  .miw-card--mobile,
  .miw-card--design-systems,
  .miw-card--prototyping,
  .miw-card--ux-strategy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    gap: 24px;
    width: 388px;
    height: 370px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 56px;
    flex: none;
    flex-grow: 0;
    box-shadow: 0px 5px 32px rgba(39, 39, 39, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
  }
  .miw-card--mobile { order: 2; }
  .miw-card--design-systems { order: 3; }
  .miw-card--prototyping { order: 4; }
  .miw-card--ux-strategy { order: 5; }
  .miw-card--mobile:hover,
  .miw-card--design-systems:hover,
  .miw-card--prototyping:hover,
  .miw-card--ux-strategy:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 40px rgba(39, 39, 39, 0.08);
  }
  .miw-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 12px;
    margin: 0 auto;
    width: 324px;
    height: 72px;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card-title {
    width: 324px;
    height: 24px;
    font-family: 'Inria Serif', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .miw-card-desc {
    width: 324px;
    height: auto;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 132%;
    color: #505050;
    color: color(display-p3 0.471 0.471 0.471);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.4px;
    box-sizing: border-box;
  }
  .miw-card-img {
    margin: 0 auto;
    width: 324px;
    height: 213px;
    min-height: 213px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
  }
  .miw-card-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  .miw-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  .miw-card--mobile .miw-card-img video {
    object-position: center;
    object-fit: cover;
    transform: scale(1.02);
  }
}

/* ========== BREAKPOINT 3: 800px to 1023px ========== */
@media (min-width: 1024px) and (max-width: 1440px) {
  .making-ideas-work-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    position: relative;
    width: 600px;
    height: 3184px;
    margin: 104px auto 104px auto;
    box-sizing: border-box;
    text-align: center;
  }
  .miw-title {
    font-family: 'Inria Serif', serif;
    font-style: italic;
    font-weight: 700;
    width: 600px;
    height: 41px;
    font-size: 34px;
    line-height: 41px;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto !important;
    padding: 0;
    letter-spacing: normal;
  }
  .miw-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 48px;
    width: 600px;
    height: 3119px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    gap: 16px;
    width: 600px;
    height: 3024px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--ai,
  .miw-card--web {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    gap: 24px;
    width: 600px;
    height: 512px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 48px;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-shadow: 0px 5px 32px rgba(39, 39, 39, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
  }
  .miw-card--ai { order: 0; }
  .miw-card--web { order: 1; }
  .miw-card--ai:hover,
  .miw-card--web:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 40px rgba(39, 39, 39, 0.08);
  }
  .miw-card--mobile,
  .miw-card--design-systems,
  .miw-card--prototyping,
  .miw-card--ux-strategy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    gap: 24px;
    width: 600px;
    height: 480px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 48px;
    flex: none;
    flex-grow: 0;
    box-shadow: 0px 5px 32px rgba(39, 39, 39, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
  }
  .miw-card--mobile { order: 2; }
  .miw-card--design-systems { order: 3; }
  .miw-card--prototyping { order: 4; }
  .miw-card--ux-strategy { order: 5; }
  .miw-card--mobile:hover,
  .miw-card--design-systems:hover,
  .miw-card--prototyping:hover,
  .miw-card--ux-strategy:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 40px rgba(39, 39, 39, 0.08);
  }
  .miw-card--prototyping {
    border-radius: 40px;
  }
  .miw-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 12px;
    margin: 0 auto;
    width: 536px;
    height: 72px;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card-title {
    width: 536px;
    height: 24px;
    font-family: 'Inria Serif', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .miw-card-desc {
    width: 400px;
    height: 36px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 132%;
    color: #505050;
    color: color(display-p3 0.471 0.471 0.471);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.4px;
    box-sizing: border-box;
  }
  .miw-card-img {
    margin: 0 auto;
    width: 536px;
    height: 352px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 24px;
  }
  .miw-card-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
  }
  .miw-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
  }
  .miw-card--mobile .miw-card-img video {
    object-position: center;
    object-fit: cover;
    transform: scale(1.02);
  }
}

/* ========== BREAKPOINT 4: 600px to 799px ========== */
@media (min-width: 600px) and (max-width: 1023px) {
  .making-ideas-work-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 24px;
    gap: 24px;
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 3092.21px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .miw-title {
    width: 100%;
    max-width: 552px;
    height: 41px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .miw-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 48px;
    width: 100%;
    max-width: 552px;
    height: 2931.21px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
    max-width: 552px;
    height: 2836.21px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--ai,
  .miw-card--web {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 24px;
    width: 100%;
    max-width: 552px;
    height: 480.81px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 48px;
    flex: none;
    order: 0;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--ai { order: 0; }
  .miw-card--web { order: 1; }
  .miw-card--mobile,
  .miw-card--design-systems,
  .miw-card--prototyping,
  .miw-card--ux-strategy {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 24px;
    width: 100%;
    max-width: 552px;
    height: 448.81px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 48px;
    flex: none;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--mobile { order: 2; }
  .miw-card--design-systems { order: 3; }
  .miw-card--prototyping { order: 4; }
  .miw-card--ux-strategy { order: 5; }
  .miw-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 12px;
    width: 100%;
    max-width: 488px;
    height: 72px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card-title {
    width: 100%;
    max-width: 488px;
    height: 24px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .miw-card-desc {
    width: 100%;
    max-width: 380px;
    height: 36px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 132%;
    text-align: center;
    color: #505050;
    color: color(display-p3 0.471 0.471 0.471);
    flex: none;
    order: 1;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card-img {
    width: 100%;
    max-width: 488px;
    height: 320.81px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
  }
  .miw-card--design-systems .miw-card-img,
  .miw-card--prototyping .miw-card-img,
  .miw-card--ux-strategy .miw-card-img { height: 320.48px; }
  .miw-card-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .miw-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .miw-card--mobile .miw-card-img video {
    object-position: center;
    object-fit: cover;
    transform: scale(1.02);
  }
  .cta-button--black {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    gap: 16px;
    width: 171px;
    height: 47px;
    background: #1A1A1A;
    background: color(display-p3 0.102 0.102 0.102);
    border-radius: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .cta-button--black .button-text {
    width: 123px;
    height: 21px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    color: color(display-p3 1.000 1.000 1.000);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

@media (min-width: 320px) and (max-width: 420px) {
  .making-ideas-work-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0px;
    gap: 24px;
    position: relative;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    height: 2100px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .miw-title {
    width: 100%;
    max-width: 240px;
    height: 29px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .miw-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: 1951px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: 1880px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--ai,
  .miw-card--web {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px;
    gap: 24px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: 300px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 32px;
    flex: none;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--ai { order: 0; }
  .miw-card--web { order: 1; }
  .miw-card--mobile,
  .miw-card--design-systems,
  .miw-card--prototyping,
  .miw-card--ux-strategy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px;
    gap: 24px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: 300px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 32px;
    flex: none;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--mobile { order: 2; }
  .miw-card--design-systems { order: 3; }
  .miw-card--prototyping { order: 4; }
  .miw-card--ux-strategy { order: 5; }
  .miw-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 12px;
    margin: 0 auto;
    width: 100%;
    max-width: 176px;
    height: 100px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--web .miw-card-content { height: 84px; }
  .miw-card--design-systems .miw-card-content { height: 84px; }
  .miw-card--prototyping .miw-card-content { height: 124px; }
  .miw-card--ux-strategy .miw-card-content { height: 84px; }
  .miw-card-title {
    width: 100%;
    max-width: 176px;
    height: 24px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .miw-card--prototyping .miw-card-title { height: 48px; }
  .miw-card-desc {
    width: 100%;
    max-width: 176px;
    height: 64px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 132%;
    text-align: center;
    color: #505050;
    color: color(display-p3 0.471 0.471 0.471);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--web .miw-card-desc { height: 48px; }
  .miw-card--design-systems .miw-card-desc { height: 48px; }
  .miw-card--prototyping .miw-card-desc { height: 64px; }
  .miw-card--ux-strategy .miw-card-desc { height: 48px; }
  .miw-card-img {
    margin: 0 auto;
    width: 100%;
    max-width: 176px;
    height: 115.7px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
  }
  .miw-card--design-systems .miw-card-img,
  .miw-card--prototyping .miw-card-img,
  .miw-card--ux-strategy .miw-card-img { height: 115.92px; }
  .miw-card-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .miw-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .miw-card--mobile .miw-card-img video {
    object-position: center;
    object-fit: cover;
    transform: scale(1.02);
  }
  .cta-button--black {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    gap: 16px;
    width: 171px;
    height: 47px;
    background: #1A1A1A;
    background: color(display-p3 0.102 0.102 0.102);
    border-radius: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .cta-button--black .button-text {
    width: 123px;
    height: 21px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    color: color(display-p3 1.000 1.000 1.000);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

@media (min-width: 420px) and (max-width: 600px) {
  .making-ideas-work-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 48px 0px;
    gap: 24px;
    position: relative;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    height: 2741px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .miw-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 34px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .miw-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 24px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: 2587px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: 2516px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--ai,
  .miw-card--web {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px;
    gap: 24px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: 406px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 40px;
    flex: none;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--ai { order: 0; }
  .miw-card--web { order: 1; }
  .miw-card--mobile,
  .miw-card--design-systems,
  .miw-card--prototyping,
  .miw-card--ux-strategy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 32px;
    gap: 24px;
    width: 100%;
    max-width: calc(100vw - 32px);
    height: 406px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 40px;
    flex: none;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--mobile { order: 2; }
  .miw-card--design-systems { order: 3; }
  .miw-card--prototyping { order: 4; }
  .miw-card--ux-strategy { order: 5; }
  .miw-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 12px;
    margin: 0 auto;
    width: 100%;
    max-width: 324px;
    height: 90px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--web .miw-card-content,
  .miw-card--design-systems .miw-card-content,
  .miw-card--prototyping .miw-card-content,
  .miw-card--ux-strategy .miw-card-content { height: 72px; }
  .miw-card-title {
    width: 100%;
    max-width: 324px;
    height: 24px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .miw-card-desc {
    width: 100%;
    max-width: 320px;
    height: 54px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 132%;
    text-align: center;
    color: #505050;
    color: color(display-p3 0.471 0.471 0.471);
    flex: none;
    order: 1;
    flex-grow: 0;
    box-sizing: border-box;
  }
  .miw-card--web .miw-card-desc,
  .miw-card--design-systems .miw-card-desc,
  .miw-card--prototyping .miw-card-desc,
  .miw-card--ux-strategy .miw-card-desc { height: 36px; }
  .miw-card-img {
    margin: 0 auto;
    width: 100%;
    max-width: 324px;
    height: 213px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
  }
  .miw-card--design-systems .miw-card-img,
  .miw-card--prototyping .miw-card-img,
  .miw-card--ux-strategy .miw-card-img { height: 212.97px; }
  .miw-card-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  .miw-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }
  .miw-card--mobile .miw-card-img video {
    object-position: center;
    object-fit: cover;
    transform: scale(1.02);
  }
  .cta-button--black {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    gap: 16px;
    width: 171px;
    height: 47px;
    background: #1A1A1A;
    background: color(display-p3 0.102 0.102 0.102);
    border-radius: 16px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .cta-button--black .button-text {
    width: 123px;
    height: 21px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 132%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    color: color(display-p3 1.000 1.000 1.000);
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

 