Kart 16

Person

Job Title

Person

Job Title

.card16 {
width: 190px;
height: 254px;
background: #3405a3;
border-radius: 15px;
box-shadow: 1px 5px 60px 0px #100a886b;
}

.card16 .card16-border-top {
width: 60%;
height: 3%;
background: #6b64f3;
margin: auto;
border-radius: 0px 0px 15px 15px;
}

.card16 span {
font-weight: 600;
color: white;
text-align: center;
display: block;
padding-top: 10px;
font-size: 16px;
}

.card16 .title16 {
font-weight: 400;
color: white;
display: block;
text-align: center;
padding-top: 3px;
font-size: 12px;
}

.card16 .img16 {
width: 70px;
height: 80px;
background: #6b64f3;
border-radius: 15px;
margin: auto;
margin-top: 25px;
}

.card16 button {
padding: 8px 25px;
display: block;
margin: auto;
border-radius: 8px;
border: none;
margin-top: 30px;
background: #6b64f3;
color: white;
font-weight: 600;
}

.card16 button:hover {
background: #534bf3;
}