.locations_with_map .locations_with_map_right .locations_with_map_right_inner .locations_with_map_right_wrapper .moving_quote_text_section a {
    text-decoration: none;
}

.locations_with_map .locations_with_map_right .locations_with_map_right_inner .locations_with_map_right_wrapper .moving_quote_text_section a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: var(--Color_Drak_Red);
    bottom: 0;
    transition: all ease 0.5s;
}

.locations_with_map .locations_with_map_right .locations_with_map_right_inner .locations_with_map_right_wrapper .moving_quote_text_section a:hover:after {
    opacity: 0;
}