#art09-10-8 .heading a::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f061"; /* fa-chevron-right */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    color: #3d9cc7;
    font-size:18px;
    border:2px solid #3d9cc7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {}