.text-teaser-card {
  position: relative;
  max-width: 29.5em; }
  .text-teaser-card:has(.learn-more:hover) .title {
    color: #E94E24;
    transition: all 0.4s ease; }
  .text-teaser-card img {
    width: 100%; }
  .text-teaser-card .content {
    padding: 1.715em 1.15em; }
  .text-teaser-card .subtitle {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    display: flex;
    align-items: center;
    gap: .715em;
    margin-bottom: 0.36rem;
    z-index: 1; }
    .text-teaser-card .subtitle .doz-badge {
      flex-shrink: 0;
      width: 4.15rem;
      height: auto; }
  .text-teaser-card .title {
    font-size: clamp(1.357rem, 1.317rem + 0.116vw, 1.443rem);
    margin-bottom: 1.43rem; }
  .text-teaser-card .learn-more {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0 1em 1em 0;
    padding-bottom: 2px;
    color: #000000;
    background-color: transparent;
    position: initial; }
    .text-teaser-card .learn-more:after {
      content: '';
      display: inline-block;
      margin-left: 0.5em;
      width: 0.5em;
      height: 0.5em;
      transform: rotate(45deg) translateX(1px);
      transform-origin: center;
      border-style: solid;
      border-color: #000000;
      border-width: 2px 2px 0 0;
      transition: all 0.4s ease; }
    .text-teaser-card .learn-more:hover {
      color: #E94E24; }
      .text-teaser-card .learn-more:hover:after {
        border-color: #E94E24; }
    .text-teaser-card .learn-more:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .text-teaser-card .learn-more:hover {
      color: #E94E24; }
    .text-teaser-card .learn-more:before {
      content: '';
      position: absolute;
      inset: 0; }
  @media only screen and (min-width: 580px) and (max-width: 719.98px) {
    .text-teaser-card .inside {
      display: flex;
      flex-direction: column;
      align-items: center; }
    .text-teaser-card .subtitle {
      flex-direction: column;
      align-items: flex-start; } }

/*# sourceMappingURL=text-teaser-card.css.map */
