.card {
    display: block;
    width: 100%;
    padding: 15px;
    position: relative;
    background: #fff;
    will-change: transform;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-border-radius: 3px;
}
.mps {
    border-top: 3px solid #03234b;
}
.nexperia {
    border-top: 3px solid #03234b;
}
.tek {
    border-top: 3px solid #03234b;
}
.card .h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.card p {
    font-size: 16px;
    line-height: 30px;
}