a:link {
    text-decoration: none;
    color: #ffff;
}

.title {
    font-size: 1.2em;
    padding-bottom: 10px;
}
.butonui.butonuinwk:hover
{
   cursor: pointer;
}
.butonui :hover
{
   cursor: pointer;
}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 25%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    justify-content: space-between;    
    align-items: flex-start;
    gap: 3px;
    background-color: #f5f5f5;
}

.details {
    display: flex;
    justify-content: flex-start;
}

.card>div:nth-child(4).details {
    margin-block-end: auto;
}
.details2 {
    display: flex;
    justify-content: space-evenly;
    padding-top: 10px;
    width: 100%;
}

.ui.container {
    display: flex;
    /* column-gap: 20vw; */
    flex-direction: row;
    row-gap: 2vh;
    flex-wrap: wrap;
    justify-content: space-around;

}

.heading {
    color: #f7941e;
    min-width: 100px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.butonui {
    background-color: #72BF44;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 36%;
}
.headingnwk {
    color: #4d908a;
    ;
}
.butonuinwk {
    background-color: #4d908a;
    ;
}
@media only screen and (max-width: 768px) 
{
.card {
    width: 85%;
}

}