#features-section {
    padding: var(--section-padding);
}

#features-section h3 {
    margin-top: 32px;
}
#features-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 100px 124px;
    justify-content: center;
}

#features-subtitle {
    font-weight: 600;
    padding-bottom: 64px;
}
.list-others-feature {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.others-feature {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-width: 300px;
    gap: 16px;
}

#features-section summary {
    margin-top: 32px;
}
