/* original mobile padding
.ecosystem-home-hero.ecosystem-home-hero--no-image {
  padding: 3.125rem 2.25rem;
  margin-bottom: 2.5rem;
}
*/

@media screen and (min-width:768px){
  .ecosystem-home-hero.ecosystem-home-hero--no-image {
    /* padding: 3.75rem 4.375rem; */
    /* margin-bottom: 3.75rem */
    padding: 3.125rem 2.25rem;
    margin-bottom: 2.5rem;
  }
}


@media screen and (min-width:1200px){
  .ecosystem-home-hero.ecosystem-home-hero--no-image {
    /* padding: 6.5625rem 5.125rem; */
    /* margin-bottom: 4.375rm */
    padding: 3.125rem 2.25rem;
    margin-bottom: 2.5rem;
  }
}
