.banner.carparts .col-banner {
  margin: 2rem 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner.carparts .col-banner {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .banner.carparts .col-banner {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner.carparts .col-banner {
    flex: unset !important;
    max-width: unset !important;
  }
}
.banner.carparts .banner-img .pagebuilder-poster-overlay {
  height: 0;
  padding-bottom: calc(22.22222222%);
  padding-top: calc(22.22222222%);
}
@media (min-width: 768px) {
  .banner.carparts .banner-img .pagebuilder-poster-overlay {
    padding-bottom: calc(35.55555556%);
    padding-top: calc(35.55555556%);
  }
}
.banner.carparts .banner-img [data-element="content"] * {
  color: #f7f7f7;
}
.ceccato-section .ceccato-content {
  margin: 0 auto;
  max-width: 52rem;
}
@media (min-width: 768px) {
  .ceccato-section .ceccato-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .ceccato-section .ceccato-content {
    max-width: 60rem;
  }
}
@media (min-width: 1200px) {
  .ceccato-section .ceccato-content {
    max-width: 80rem;
  }
}
.ceccato-section img {
  width: 18rem;
  opacity: 0.85;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ceccato-section img {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .ceccato-section img {
    width: 22rem;
  }
}
.ceccato-section img:not(:first-child) {
  margin-top: 2rem;
}
.ceccato-section .ceccato-text {
  text-align: center;
}
@media (min-width: 768px) {
  .ceccato-section .ceccato-text {
    text-align: left;
    flex: 1;
  }
}
.ceccato-section .ceccato-text p:not(:first-child),
.ceccato-section .ceccato-text .action-more:not(:first-child) {
  margin-top: 1rem;
}
/* sezione con immagini banner catalogo e offerte (sezione rimossa) */
@media (min-width: 768px) {
  .wrap-images .pagebuilder-column {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.wrap-images [data-content-type="banner"] {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .wrap-images [data-content-type="banner"] {
    margin: 0;
  }
}
.wrap-images [data-content-type="banner"] .pagebuilder-poster-overlay {
  height: 0;
  padding-bottom: calc(19.60784314%);
  padding-top: calc(19.60784314%);
}
.wrap-images [data-content-type="banner"] [data-element="content"] * {
  color: #f7f7f7;
}
@media (max-width: 479px) {
  .wrap-images [data-content-type="banner"] h2 {
    font-size: 2.4rem;
  }
}
