.acf-block-preview a {
    pointer-events: none;
}

.profilez {
    text-align: center;
    margin-bottom: 20px;
}

.profilez a img {
    border-radius: 50%;
    width: 70%;
    margin-bottom: 15px;
    transition: 0.2s outline;
    outline: 0px inset;
    will-change: outline;
}

.profilez .wpel-icon-right i {
    vertical-align: top;
}

.profilez a:hover img {
    outline: 5px inset;
}

.profilez h2 a {
    display: inline-flex;
    position: relative;
}

.profilez h2 a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #2B637F;
    transform-origin: bottom right;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.profilez h2:hover a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.profilez h2 {
    font-size: 2rem
}
