.card-home {
    background: #f6ffe7; 
    border-radius: 1rem !important; 
    padding: 4.5rem 1.5rem 1.5rem 1.5rem !important; 
    overflow: visible !important;
}

.circle-num {
    background: #8CB17B !important;
    color: #fff !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: flex;  
    align-items: center;
    justify-content: center;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    top: -4px !important;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
    margin-top: 4px !important;
  }
  .btn-green {
    background: #284D21 !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 1rem !important;
  }