.industries-page .section-header .section-title a {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.industries-page .section-header .section-title a:hover {
    color: #A55EEA;
}

.feature .feature-title {
    text-align: start;
}

.industries-page .feature-title a {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.industries-page .feature-title a:hover {
    color: #A55EEA;
}


.industries-page .feature-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: start;
}

.industries-page .feature {
    align-items: start;
    gap: 1.6rem;
    background-color: white;
    border-radius: 1.6rem;
    padding: 2.4rem;
    border: 0.2rem solid rgba(136, 84, 208, 0.08);
}

@media screen and (min-width: 1280px) {
    .industries-page .feature {
        flex: 0 0 calc(33.33% - 14px);
    }
}

section#features:nth-child(odd) {
    background-color: white;
}
