.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.feature > h3 {
    font-family: var(--title-font-family);
    font-size: 30px;
}

.feature > svg {
    width: 280px;
}

.feature > p {
    max-width: 250px;
}
