.gridstudiot {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "hero-title hero-title"
    "hero-copy hero-visual"
    "hero-brand hero-action";
  column-gap: clamp(36px, 4vw, 56px);
  row-gap: 20px;
  align-items: start;
}

.gridstudiot > .intro-text-copy {
  display: contents;
}

.gridstudiot .intro-text-copy > .headingh1-jumbo {
  grid-area: hero-title;
  width: 100%;
  margin: 10px 0 4px;
  white-space: nowrap;
}

.gridstudiot .intro-text-copy > .paragraph-bigger {
  grid-area: hero-copy;
}

.gridstudiot > #w-node-_27363a11-29d7-3d2f-38ec-32a81dbf2d0c-68dccd3d {
  grid-area: hero-visual !important;
  width: 100%;
  align-self: center;
}

.gridstudiot > #w-node-_9180ed68-ac3c-0564-8742-58f989764f73-68dccd3d {
  grid-area: hero-brand !important;
  align-self: center;
}

.gridstudiot > #w-node-_29d1a72d-10d6-f524-83be-d2210746bb72-68dccd3d {
  grid-area: hero-action !important;
  align-self: center;
}

.studiot-feature-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.18fr);
  grid-template-rows: auto minmax(0, 1fr);
  grid-template-areas:
    "visual heading"
    "visual copy";
  column-gap: clamp(36px, 5vw, 64px);
  row-gap: 20px;
  align-items: start;
}

.studiot-feature-grid > .div-block-23 {
  grid-area: visual !important;
  width: 100%;
  align-self: center;
}

.studiot-feature-grid > .div-block-21 {
  grid-area: heading !important;
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
}

.studiot-feature-grid > .div-block-21 > img {
  width: 76px;
  height: 76px;
  max-width: 76px;
  flex: 0 0 76px;
  margin: 0;
  object-fit: contain;
}

.studiot-feature-grid > .div-block-21 > .headingh2-normal {
  min-width: 0;
  margin: 0;
  font-size: clamp(22px, 2.15vw, 30px);
  line-height: 1.18;
  white-space: nowrap;
}

.studiot-feature-grid > .div-block-22 {
  grid-area: copy !important;
  width: 100%;
  min-width: 0;
}

@media screen and (max-width: 991px) {
  .studiot-feature-grid {
    grid-template-columns: minmax(250px, 0.9fr) minmax(0, 1.1fr);
    column-gap: 32px;
  }

  .studiot-feature-grid > .div-block-21 {
    gap: 16px;
  }

  .studiot-feature-grid > .div-block-21 > img {
    width: 64px;
    height: 64px;
    max-width: 64px;
    flex-basis: 64px;
  }

  .studiot-feature-grid > .div-block-21 > .headingh2-normal {
    font-size: clamp(20px, 2.6vw, 25px);
  }
}

@media screen and (max-width: 767px) {
  .gridstudiot {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "hero-title"
      "hero-copy"
      "hero-visual"
      "hero-brand"
      "hero-action";
    row-gap: 24px;
  }

  .gridstudiot .intro-text-copy > .headingh1-jumbo {
    margin-bottom: 0;
    white-space: normal;
  }

  .studiot-feature-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
      "visual"
      "heading"
      "copy";
    row-gap: 24px;
  }

  .studiot-feature-grid > .div-block-21 > .headingh2-normal {
    white-space: normal;
  }
}
