/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.prevention-offer-detail-page #breadcrumb-section {
  position: relative;
}
.prevention-offer-detail-page #breadcrumb-section img {
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.375rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .prevention-offer-detail-page #breadcrumb-section img {
    right: 7%;
    width: 6.25rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .prevention-offer-detail-page #breadcrumb-section img {
    right: 1.5625rem;
    width: 5rem;
  }
}
.prevention-offer-detail-page #breadcrumb-section .breadcrumbs {
  padding-right: 14.6875rem;
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .prevention-offer-detail-page #breadcrumb-section .breadcrumbs {
    padding-right: calc(7% + 6.5625rem);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .prevention-offer-detail-page #breadcrumb-section .breadcrumbs {
    padding-right: 6.875rem;
  }
}
/*# sourceMappingURL=detail.css.map */
