a {
    color: #0177c7;
}.addons-articles-style .sppb-article-info-wrap .sppb-readmore:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 20px;
    color: #0177c7;
    font-size: 16px;
    transform: rotate(-45deg);
    position: absolute;
    transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
    color: #00243c;
}.addons-articles-style .sppb-article-info-wrap .sppb-readmore:hover:after {
    transform: rotate(0deg);
    color: #00243c;
}