.exp-Statistic{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-family: var(--MainFont);
    user-select: none;

}
.exp-stat-Header{
    background-color: #9cc748;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; 
    padding: 20px;
    position: relative;
    min-height: 140px;
    background: url(/media/hynfe5ka/headercurve-color.svg), linear-gradient(180deg, rgba(195, 217, 187, 0.7) 0%, rgba(156, 199, 72, 0.65) 99%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.exp-stat-header-Icon{
    position: absolute;
    height: 35px;
    width: 35px;
    left: 88px;
    top: 84px;
    border-radius: 50%;
    background-color: #3E7E31;
    color: #fff;
    display: flex;
    align-items: center;
  justify-content: center;
  font-size: 15px;
}
.exp-stat-header-Logo{
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
  justify-content: center;
  padding: 10px;
}

.exp-stat-header-Logo img{
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
    width: auto;
    height: auto;
    
}
.exp-stat-header-Heading{
    position: absolute;
    margin-left: 120px;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 700;
    height: 100px;
    display: flex;
    align-items: center;
    color: #3E7E31;
    padding-right: 100px;
}
.exp-stat-header-Section{
   position: absolute;
   bottom: 10px;
   right: 10px;
}
.exp-stat-Body{
    background-color: #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    position: relative;
    padding-bottom: 40px;
        min-height: 148px;
}
.exp-stat-body-Text{ 
    color: #191919;
    padding-right: 50px;
    min-height: 72px;
}
.exp-stat-body-Link{
    position: absolute;
    right: 20px;
    font-weight: bold;
    cursor: pointer;
}

    