/* Financial Page Styles */
.financial .item-title {
    border-left: none;
    padding-left: 0;
    margin-top: 26px;
}

.financial .item-title::before {
    content: "■";
    color: #469e33;
    margin-right: 10px;
    font-size: 0.9em;
}

.financial .btn_green_arrow {
    width: 60%;
}

.financial figure img {
    width: 97%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.financial .col12.pt-0 figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

