.team.element-six .team-hoverfx .team-overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 50%;
    height: 100%;
    background-color: rgb(15 48 145 / 70%);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
}		

.white-text {
    font-family: Inter;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    color: rgb(255 255 255);
}