#translate.card {
width: calc(100% / 3 - 0.4rem);
min-width: calc(860px/4 - 0.4rem);
background-color: #36c;
border-color: #36c;
}
#translate.card h3 {
color: #fff;
}
#translate.card p {
color: #eaecf0;
}
#translate .card-button {
background: #2a4b8d;
}