.ce-features {
    padding: 51px 0 20px;
}
.ce-features h3 {
    font-size: 24px;
    line-height: 1.2;
    font-family: var(--font-family-primary);
    font-weight: 600;
    margin-bottom: 8px;
}

.icon img {
       max-height: 60px;
    object-fit: contain;
    height: 60px;
}

.ce-features  a {
    border-bottom: 1px solid;
}

.ce-features a:hover {
    border-bottom: 0;
}