.who-widget-custom-cta-2 {
    cursor: pointer;
    margin: 10px 16px;
    position: relative;
}

.who-widget-custom-cta-2 a {
    display: flex;
    align-items: baseline;
    margin-bottom: 24px;
    font-weight: bold;
}

.who-widget-custom-cta-2 a.column {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.elementor .who-widget-custom-cta-2 a:hover {
    text-decoration: underline!important;
    text-decoration-thickness: 2px;
    text-decoration-thickness: 3px !important;
    text-underline-offset: 1px;
}

.elementor .who-widget-custom-cta-2 a:hover span i {
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.who-widget-custom-cta-2 a span {
    margin-right: 30px;
    width: 30px;
    height: 30px;
    position: relative;
}

.who-widget-custom-cta-2 a span i {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 25px;
    transition: all 0.3s ease-in-out;

}

