/* buttons */
/* horizontal-blocks */
.reinsurance .blocks {
  display: flex;
  justify-content: center;
}
.reinsurance .block {
  width: 25%;
  padding: 2rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.reinsurance .block .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px !important;
  height: 60px !important;
}
.reinsurance .block .image img {
  max-width: 100%;
  height: auto;
}
.reinsurance .block .title {
  font-family: "Montserrat-500", "Montserrat-fallback", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
}
@media (max-width: 549px) {
  .reinsurance .blocks {
    flex-direction: column;
  }
  .reinsurance .block {
    width: 100%;
  }
}
@media (max-width: 849px) {
  .reinsurance {
    text-align: center;
  }
  .reinsurance .blocks {
    display: inline-flex;
  }
  .reinsurance .image img {
    max-height: 100%;
  }
}

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