.serviceList {
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    align-items: center;
    background: #FFF;
    border: 1px solid #C4C4C4;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin: 12px;
    padding: 24px;
    width: 240px;
}

.card img {
    margin-bottom: 16px;
    max-width: 56px;
    transition: transform .2s;
}

.card strong {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
}

.card p {
    font-size: 12px;
    letter-spacing: -0.005em;
    line-height: 140%;
    margin-bottom: 0;
    text-indent: 20px;
}