.indy-conversion-widget {
  padding: 40px 24px 24px 24px;
  text-align: center;
  border-radius: 24px;
  background: var(--background-surface, #fff);
  box-shadow: 0px 2px 20px 0px rgba(237, 207, 166, 0.18);
}
.indy-conversion-widget .header-img {
  width: 120px;
}
.indy-conversion-widget .content-wrapper {
  padding-bottom: 32px;
}
.indy-conversion-widget .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.32px;
  color: #222c36cc;
}
.indy-conversion-widget .btn-wrapper {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
/*.indy-conversion-widget .btn-wrapper .btn {
  width: 100%;
  display: block;
}*/
.indy-conversion-widget .btn-wrapper .btn.btn-secondary {
  margin-top: 16px;
}
.indy-conversion-widget .bottom-text {
  margin-top: 32px;
  display: block;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #222c36cc;
}
.indy-conversion-widget .img-wrapper {
  position: relative;
}
.indy-conversion-widget .img-wrapper .main-img {
  border-radius: 6.284px;
}
.indy-conversion-widget .img-wrapper .secondary-img {
  width: 64px;
  height: 64px;
  position: absolute;
  top: -32px;
  right: -20px;
}

@media (min-width: 768px) {
  .indy-conversion-widget {
    padding: 32px 32px 32px 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 80px;
    text-align: left;
    min-height: 464px;
  }
  .indy-conversion-widget .content-wrapper {
    width: 520px;
    /*flex-shrink: 0;*/
    padding-bottom: 0;
  }
  .indy-conversion-widget .btn-wrapper {
    gap: 16px;
  }
  .indy-conversion-widget .btn-wrapper .btn.btn-secondary {
    margin-top: 0;
  }
  .indy-conversion-widget .img-wrapper {
    width: 100%;
    max-width: 592px;
    align-self: stretch;
  }
  .indy-conversion-widget .img-wrapper .inner {
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
    position: relative;
  }
  .indy-conversion-widget .img-wrapper .main-img {
    border-radius: 0;
    max-width: unset;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
  }
  .indy-conversion-widget .img-wrapper .secondary-img {
    width: 120px;
    height: 120px;
    top: auto;
    right: auto;
    bottom: 60px;
    left: -60px;
    /* left: 0; */
    /* transform: translateX(-50%); */
  }
}
@media (min-width: 1441px) {
  .indy-conversion-widget .btn-wrapper {
    flex-direction: row;
  }
}
