.indy-block-brand-statement {
  padding: 24px 24px 40px 24px;
  border-radius: 16px;
  background: var(--Background-Background-Dim, #fceedb);
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: space-between;*/
  /*min-height: 512px;*/
  /*overflow: hidden;*/
}

.elementor-widget-indy-brandstatement-widget::before,
.elementor-widget-indy-brandstatement-widget::after {
  display: block;
  content: "";
  height: 29px;
  background-image: url(/wp-content/themes/hello-child/img/gradient.svg);
  background-size: cover;
}
.elementor-widget-indy-brandstatement-widget::after {
  transform: rotate(180deg);
}

.indy-block-brand-statement .img-left .img {
  border-radius: 12px;
  display: block;
}

.indy-block-brand-statement .content {
  padding-top: 24px;
}
.indy-block-brand-statement .content .before-title {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
.indy-block-brand-statement .content .title {
  font-family: "Martina Plantijn", Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.88px;
  color: #171514;
}
.indy-block-brand-statement .content .after_title {
  margin-top: 16px;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.32px;
  margin-bottom: 0;
}

.indy-block-brand-statement .content .btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .indy-block-brand-statement .img-left .illus {
    border-radius: 12px;
  }
}

@media (min-width: 768px) {
  .indy-block-brand-statement {
    flex-direction: row;
    padding: 80px;
    column-gap: 80px;
  }
  .elementor-widget-indy-brandstatement-widget::before,
  .elementor-widget-indy-brandstatement-widget::after {
    height: 54px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .indy-block-brand-statement .img-left {
    width: 544px;
    height: 512px;
  }
  .indy-block-brand-statement .img-left img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 12px;
  }

  .indy-block-brand-statement .content {
    width: 496px;
    padding: 0;
  }
  .indy-block-brand-statement .content .title {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -1.872px;
  }
  .indy-block-brand-statement .content .after_title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.32px;
    margin-top: 32px;
  }
}
