.background-image-banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
  overflow: hidden;
  height: 217px;
  border-radius: 11px; }
  .background-image-banner .card-title {
    padding: 0;
    margin: 0;
    line-height: 130%;
    /* 36.4px */
    display: inline-flex;
    padding: 23px 37px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff; }
    .background-image-banner .card-title a {
      color: #DD370E;
      text-align: center;
      font-size: 28px;
      font-style: normal;
      font-weight: 600; }
      @media (max-width: 960px) {
        .background-image-banner .card-title a {
          font-size: 20px;
          line-height: 25px; } }

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