:root {
  font-size: 16px;
}
@media (max-width: 768px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  :root {
    font-size: 12px;
  }
}

#ak_checkoutreassurance {
  padding: 1.875rem 0;
  overflow-x: auto;
}
#ak_checkoutreassurance .reassurance--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#ak_checkoutreassurance .reassurance--container .block-reassurance {
  min-width: 230px;
}
#ak_checkoutreassurance .reassurance--container .block-reassurance p {
  margin: 0;
}
#ak_checkoutreassurance .reassurance--container .block-reassurance p.title {
  font-weight: 700;
}
#ak_checkoutreassurance .reassurance--container .block-reassurance:nth-of-type(3) img {
  max-width: 15.625rem;
}
@media (max-width: 1300px) {
  #ak_checkoutreassurance .reassurance--container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 15px;
    grid-gap: 15px;
  }
  #ak_checkoutreassurance .reassurance--container .block-reassurance {
    min-width: 9.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #ak_checkoutreassurance .reassurance--container .block-reassurance:nth-of-type(3) {
    display: none;
  }
}

/*# sourceMappingURL=front.css.map */
