.exp-card {
    margin-top: 25px;
    width: auto;
    height: auto;
    border-radius: 25px;
    background: #b6dde2;
    position:static;
    padding: 2.5rem;
    transition: 0.4s ease-out;
    overflow:visible;
  
}

.exp-card-details {
    color: #000000;
    width: 100%;
    height: 100%;
    gap: .8em;
    display: grid;
    
   
}

.exp-text-body {
    color: #000000;
}

/*Text*/
.exp-text-title {
    font-size: 1.5em;
    font-weight: bold;
}

/*Hover*/
.exp-card:hover {
    background: #f49fa5;
    box-shadow: 0 8px 18px 0 rgb(17, 149, 85);
}

.exp-card:hover {
    gap: .6em;
    transform: translate(0%, -10%);
    opacity: 1;
}

.exp-card i {
    font-size: 30px;
    margin-bottom: 5px;
}

.exp-card a {
    font-size: 20px;
    text-decoration-style:double;
    text-decoration-color:#ff0707;
    color: #ffffff;
    margin-top: 5px;
    display: inline-block;
}