/* Layout */
.d-flex .col-inner {
    display: flex;
}

.te-icon-item {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.te-icon-item .material-symbols-outlined {
    margin-bottom: 15px;
    display: flex;
    width: 75px;
    height: 75px;
    font-size: 28px;
    color: #5B3DC4;
    background-color: #E6EEFF;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.te-icon-item:hover .material-symbols-outlined {
    color: #fff;
    background-color: #9479D5;
}

.te-icon-item .te-icon-text {
    text-align: center;
    line-height: 1.2;
}

.d-flex .col-inner .te-icon-item {
    flex: 1;
}

.people-text {
    padding: 15px 15px 0;
    text-align: left;
}

.people-text p {
    padding-bottom: 0px;
    font-size: 94%;
}

.te-page-title-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease, text-decoration 0.2s ease;
}

.te-page-title-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    opacity: 0.85;
}