#cm-placement-main_placement_3 * {
gap: 0 !important;
row-gap: 0 !important;
}


@media (max-width: 767px) {


#cm-placement-main_placement_3 img {
display: block !important;
}


#cm-placement-main_placement_3 :not(a):not(button) {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}


/* Spazio tra CTA mobile */
#cm-placement-main_placement_3 a + a,
#cm-placement-main_placement_3 button + button {
margin-top: 8px !important;
}


/* Spazio sotto gruppo CTA */
#cm-placement-main_placement_3 a:last-child,
#cm-placement-main_placement_3 button:last-child {
margin-bottom: 32px !important;
}
}


@media (min-width: 768px) {


/* Spazio tra CTA desktop */
#cm-placement-main_placement_3 a + a,
#cm-placement-main_placement_3 button + button {
margin-left: 16px !important;
}


/* Spazio sotto CTA desktop */
#cm-placement-main_placement_3 a,
#cm-placement-main_placement_3 button {
margin-bottom: 32px !important;
}


/* Se le CTA sono in un flex container */
#cm-placement-main_placement_3 [class*="cta"],
#cm-placement-main_placement_3 [class*="button"] {
column-gap: 16px !important;
}
}
