body#reassurances .section .contents .reassurances {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  body#reassurances .section .contents .reassurances {
    flex-direction: column;
    gap: 8.3333333333vw;
  }
}
body#reassurances .section .contents .reassurances .panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  body#reassurances .section .contents .reassurances .panel {
    gap: 4.1666666667vw;
    align-items: stretch;
  }
}
body#reassurances .section .contents .reassurances .panel:nth-child(2n) {
  flex-direction: row-reverse;
}
body#reassurances .section .contents .reassurances .panel h4 {
  width: 100%;
  margin-bottom: 0;
}
body#reassurances .section .contents .reassurances .panel figure {
  text-align: center;
}
body#reassurances .section .contents .reassurances .panel figure img {
  width: 50%;
}
@media (max-width: 768px) {
  body#reassurances .section .contents .reassurances .panel figure img {
    width: 25vw;
  }
}
body#reassurances .section .contents .reassurances .panel p {
  flex: 1 1 0%;
  margin-top: 0;
  transition-delay: 0.2s;
}
body#reassurances .section .contents .reassurances .panel p strong {
  color: var(--red);
}
body#reassurances .section .contents .notes {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  body#reassurances .section .contents .notes {
    margin-top: 4.1666666667vw;
  }
}
body#reassurances .section .contents .notes li {
  padding-left: 1.05em;
  text-indent: -1.05em;
  color: var(--red);
  font-size: 0.75rem;
  line-height: 1.75;
}
@media (max-width: 768px) {
  body#reassurances .section .contents .notes li {
    font-size: 2.5vw;
  }
}
body#reassurances .section .contents .notes li + li {
  margin-top: 0.3125rem;
}
@media (max-width: 768px) {
  body#reassurances .section .contents .notes li + li {
    margin-top: 1.0416666667vw;
  }
}