.ecoutez-image img {
  max-width: 400px;
  width: 100%;
}

.ecoutez-button div {
  min-width: 200px;
  display: inline-block;
}

.ecoutez-main {
	display: flex !important;
}

@media (max-width: 781px) { /* Adjust the max-width as needed */
  body:not(.home) .wp-block-column, 
  body:not(.home) .wp-block-group { /* Replace with the actual class or element selector */
    padding-right: 0 !important; /* Remove or set to a desired value */
    padding-left: 0 !important; /* Consider adjusting padding-left for centering */
    margin-left: auto !important; /* For true centering, especially if using flexbox */
    margin-right: auto !important; /* For true centering, especially if using flexbox */
  }
}

.wp-block-button__link.wp-element-button img {
    margin: 0 0 0 0 !important;
}

