.indstry.card {
    width: 100%;
    background: linear-gradient(to bottom, #c0e0a4, #ffffff 50%);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 10px;
    position: relative;
    overflow: hidden;
    text-align: left;
    border: 5px solid #fff;
}

.top-section {
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
}

.indstry .icon {
    width: 95px;
    height: 90px;
}

 .indstry h2 {
    font-size: 22px;
    font-weight: 600;
    color: #2f3b5b;
}

.indstry .badge {
  position: absolute;
    top: 30%;
    left: 50px;
    background: #4ba64f;
    padding: 15px 10px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 2px 6px #fff;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #fff;
}

.indstry .part {
       background: #4ba64f;
    padding: 20px 10px;
    border-radius: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.indstry .circle {
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 45px;
    color: #3856A5;
    padding: 2px 8px;
    background: #EFC12F;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 4px 1px #fff;
}

.indstry .content {
     background: #2f5597;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-top: 0;
    display: grid;
    grid-template-columns: 40% 60%;
    height: 150px;

}
.indstry .content_decription {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}
.indstry .top-section-content {
    display: grid;
    grid-template-columns: 40% 60%;
}