/* innovation/ecosystem tile fix - START */

.tile-ecosystem .tile-content {
    padding-right: unset;
}

@media only screen and (max-width: 1068px) {
    .tile-ecosystem .tile-content {
        padding: var(--sk-tile-padding-medium);
    }
}
@media only screen and (max-width: 734px) {
    .tile-ecosystem .tile-content {
        padding: var(--sk-tile-padding-small);
    }
}

/* innovation/ecosystem tile fix - END */
