.complete-block-links-template {
  a {
    text-decoration: none;
  }

  .row {
    row-gap: 22px;
  }

  .image-container {
    display: flex;
    overflow: hidden;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    margin: 18px 0px 0px 18px;

    background-color: $white;
  }

  .card.card-bg {
    background-color: $secondary;

    a {
      color: $secondary-text;
    }
  }

  .card-text {
    font-family: $font-family-sans-serif !important;
  }

  h3.card-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.44444rem;
  }

  .card:after {
    content: none;
  }

  .no-external-if-link > .external-link {
    display: none;
  }

  img.responsive {
    height: 100%;
    object-fit: cover;
  }
}
