.indy-hero-2-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.indy-hero-2-block .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* Main title */
.indy-hero-2-block .indy-hero-title {
  margin: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.96px;
}

/* Hero content */
.indy-hero-2-block .subtitle {
  font-weight: 400;
  line-height: 32px;
  font-size: 20px;
  letter-spacing: -0.32px;
}
.indy-hero-2-block .subtitle p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .indy-hero-2-block {
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  .indy-hero-2-block .indy-hero-title {
    font-size: 64px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1.68px;
    text-align: center;
  }
  .indy-hero-2-block .content-wrapper {
    max-width: 579px;
    gap: 32px;
  }
  .indy-hero-2-block .subtitle {
    font-size: 16px;
    letter-spacing: -0.16px;
    line-height: 24px;
    text-align: center;
  }
}

/* Buttons */
.indy-hero-2-block .btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 16px;
}
@media (min-width: 1025px) {
  .indy-hero-2-block .btn-wrapper {
    flex-direction: row;
  }
}

/* Trustpilot */
/*.indy-hero-2-block .trustpilot-wrapper {
  margin-top: -8px;
}*/
@media (max-width: 767px) {
  .indy-hero-2-block .trustpilot-wrapper {
    margin: 16px 0 32px;
  }
}
.indy-hero-2-block .trustpilot-wrapper > a > img {
  margin-top: -4px;
}

/* Hero img */
@media (max-width: 767px) {
  .indy-hero-2-block .img-wrapper.right {
    display: none;
  }
}
@media (min-width: 1025px) {
  .indy-hero-2-block .img-wrapper {
    width: 378px;
    height: auto;
    margin-top: 0;
  }
  .indy-hero-2-block .img-wrapper .indy-hero-image {
    width: auto;
    height: auto;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .indy-hero-2-block {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .indy-hero-2-block .content-wrapper {
    flex-basis: 360px;
    flex-shrink: 0;
    flex-grow: 1;
  }
  .indy-hero-2-block .img-wrapper {
    width: 255px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .indy-hero-2-block .indy-hero-title,
  .indy-hero-2-block .subtitle,
  .indy-hero-2-block .btn-wrapper,
  .indy-hero-2-block .scores {
    text-align: center;
    gap: 16px;
    width: fit-content;
    margin-inline: auto;
    justify-content: center;
  }
  .indy-hero-2-block .subtitle p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
  }
}
