.text-insight-breaker .component {
  background: url('../../../../../../content/dam/globalMarketingPlatformAssets/images/text-insight-breaker/text-insight.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #007abc;
  position: relative;
}
.text-insight-breaker .component.custom {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  position: relative;
}
.text-insight-breaker .component.custom .enable {
  box-shadow: inset 0 0 0 500px rgba(0, 0, 0, 0.3);
}
.text-insight-breaker .text-insight-breaker__content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
}
.text-insight-breaker .text-insight-breaker__content .responsive-columns {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0;
  max-width: 100%;
  flex: 0 0 100%;
  flex-direction: column;
}
.text-insight-breaker .text-insight-breaker__content-cta {
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .text-insight-breaker .text-insight-breaker__content {
    padding: 64px 0 64px;
  }
}
@media screen and (min-width: 1024px) {
  .text-insight-breaker .responsive-columns {
    padding: 0 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text-insight-breaker .responsive-columns {
    padding: 0 17.4%;
  }
}
@media screen and (max-width: 767px) {
  .text-insight-breaker .responsive-columns {
    padding: 32px 0px;
  }
}
body[dir="rtl"] .text-insight-breaker.component:not(.custom) {
  transform: scaleX(-1);
}
body[dir="rtl"] .text-insight-breaker.component:not(.custom) > .container {
  transform: scaleX(-1);
}
