.indy-header-center-widget {
  text-align: center;
}
.indy-header-center-widget .content-wrapper .title-h2 {
  font-size: 40px;
  line-height: 40px;
}
.indy-header-center-widget .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.32px;
  margin-top: 28px;
}
.indy-header-center-widget .img-wrapper {
  position: relative;
  margin-top: 28px;
}
.indy-header-center-widget .img-wrapper .main-img {
  border-radius: 7.5px;
}
.indy-header-center-widget .img-wrapper .secondary-img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translate(-50%);
}

@media (min-width: 768px) {
  .indy-header-center-widget .content-wrapper {
    position: relative;
  }
  .indy-header-center-widget .content-wrapper .secondary-img {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 150px;
  }
  .indy-header-center-widget .content-wrapper .title-h2,
  .indy-header-center-widget .content-wrapper .text {
    max-width: 827px;
    margin-left: auto;
    margin-right: auto;
  }
  .indy-header-center-widget .content-wrapper .title-h2 {
    font-size: 72px;
    line-height: 72px;
  }
  .indy-header-center-widget .img-wrapper {
    margin-top: 48px;
    width: 100%;
    height: 645px;
    overflow: hidden;
    border-radius: 24px;
  }
  .indy-header-center-widget .img-wrapper .main-img {
    border-radius: 24px;
    width: 100%;
  }
}
