.elementor .static-card {
  overflow: hidden;
  border-radius: 16px;
  display: block;
  /* background-color: #F5F1ED; */
  width: 395px;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
  
  .elementor .static-card h3,
  .elementor .static-card h6,
  .elementor .static-card p,
  .elementor .static-card a,
  .elementor .static-card span {
    margin: 0;
  }
  
  .elementor .static-card__graphic {
    min-height: 222px;
    overflow: hidden;
  }
  
  .elementor .static-card__graphic .static-card__image {
      min-width: 100%;
      height: 222px;
      -o-object-fit: cover;
         object-fit: cover;
    }
  
  .elementor .static-card__graphic--wheel,
  .elementor .static-card__graphic--icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .elementor .static-card__content {
    height: 100%;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
  }
  
  .elementor .static-card__content > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  
  .elementor .static-card__pct-wheel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 200px;
  }
  
  .elementor .static-card__pct-wheel .pct-wheel__pct {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: Lora;
      font-weight: 700;
      font-size: 45px;
      line-height: 140%;
      letter-spacing: 0%;
      text-align: center;
      color: #0B5F6A;
    }
  
  .elementor .static-card__pct-wheel .pct-wheel__wheel {
      transform: rotate(-90deg);
    }
  
  .elementor .static-card__pct-wheel .pct-wheel__bg {
      fill: transparent;
      stroke: #ece4dc;
      stroke-width: 18px;
    }
  
  .elementor .static-card__pct-wheel .pct-wheel__fg {
      fill: transparent;
      stroke: #0B5F6A;
      stroke-width: 18px;
      stroke-dasharray: 565;
      /* animation: progress 1s ease; */
      stroke-dashoffset: 565
    }
  
  .elementor .static-card__eyebrow {
    color: #004133;
    font-size: 12px;
    font-weight: 600;
  }
  
  .elementor .static-card__title {
    color: #004133;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
  }
  
  .elementor .static-card__body {
    color: #004133;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  
  .elementor .static-card span.static-card__attribution {
    color: #004133;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
  }
  
  .elementor .static-card__tags {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6px;
    gap: 8px;
  }
  
  .elementor .static-card__tag {
    color: #0B5F6A;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
  }
  
  .elementor .static-card__cta {
    color: #004133;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
  }
