.top-page .block-content-image{
    width: auto;
    /* background-image: url(/images/telkom_at_glance.webp); */
    background-image:url(/images/telkom_at_glance.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.top-page .block-content{
    width: 656px;
}
.top-page .block-content .header{
    padding-left: 140px !important;
    background-image: url(/images/bg_nav_telkom_at_glance.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-page .block-content .list-group a:hover{
    background-color: rgba(29, 29, 29, 0.9);
}
.top-page .block-content .list-group .list-group-item{
    display: inline-flex;
    padding-left: 140px !important;
    background-color: #1D1D1D;
    border-radius: unset;
    border: unset;
    border-bottom: 1px solid #535353;
}
.top-page .block-content .list-group .list-group-item p{
    color: rgba(255, 255, 255, 0.7);
}
.top-page .block-content .list-group .list-group-item::after{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-size: 32px;
    display: inline-block;
    margin-left: auto;
    /* content: "";
    border-top: .5em solid rgba(255, 255, 255, 0.7);
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    transform: rotate(270deg); */
}