.section-text-row-extended .column__heading.uppercase{
  text-transform: uppercase;
}
.section-text-row-extended .column__heading{
  font-weight: bold;
}
.section-text-row-extended .grid__heading-holder.text-right{
  text-align: right;
}
.section-text-row-extended .grid.text-right,
.section-text-row-extended .column__icon.icon--top.text-right{
  justify-items: flex-end;
}
.section-text-row-extended .enable-background{
  background-color: var(--bg-color);
}

@media screen and (max-width: 768px){
  .section-text-row-extended .icon__animated--image img{
    max-width: var(--icon-size-mb);
    height: auto;
    align-self: anchor-center;
    justify-self: anchor-center;
  }
}

