.cert-card {
    margin-top: 40px;
    width: 320px;
    height: 300px;
    border-radius: 50px;
    background:  #fbb560e9;
    position:relative;
    padding: 1.8rem;
    transition: 0.5s ease-out;
    overflow:visible;
  
}

.cert-card-details {
    color: #000000;
    height: 100%;
    gap: .6em;
    display: grid;
    place-content: center;

    
}



.cert-text-body {
    color: #000000;
    /* justify-content: left; */
    text-align: justify;
}

/*Text*/
.cert-text-title {
    font-size: 1.4em;
    font-weight: bold;
    justify-content: justify;
}

/*Hover*/
.cert-card:hover {

    color: #000;
    background: hsl(274, 76%, 87%);
    box-shadow: 0 8px 18px 0 hsl(274, 76%, 87%);;
}

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

.cert-card i {
    font-size: 30px;
    margin-bottom: auto;
}

.cert-card a {
    font-size: 20px;
    text-decoration-style:double;
    text-decoration-color:#070404;
    color: #000000;
    margin-top: 10px;
    display: inline-block;
}