.section-content-features .feature {
    justify-content: center;
}
.section-content-features .feature:not(.feature-tld) .feature-body {
    flex-grow: unset;
}
.section-content-features .feature.feature-icon-top-center .feature-icon {
    margin-bottom: 0;
}
.section-content-features .feature.feature-icon-top-center .feature-title  {
    margin-top: var(--feature-icon-margin-bottom);
}

.section-content-features .feature-sm {
    height: 160px;
    width: 160px;
} 
