.cols-features {
    background: rgba(26, 13, 102, 0.118);
    border: 1px;
    padding: 2rem;
    margin-bottom: 1rem;
    min-height: 100px;
    text-align: center;
    height: 100%;
}

.feature-title {
    min-height: 80px; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.4;
}