.financial {
    padding-bottom: 30px;
}

.financial .header {
    font-size: 36px;
    color: #E94E1B;
    margin-top: 20px;
}

.financial .nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.financial .nav div {
    padding: 20px 40px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.financial .nav .yellow_container {
    background-color: #F4B731;
    width: 30%;
    /* display: block; */
}

.financial .nav .green_container {
    background-color: #2E8B57;
    width: 30%;
}

.financial .nav .red_container {
    background-color: #E94E1B;
    width: 30%;
}

.financial .content_v {
    display: none;
    margin-top: 20px;
    font-size: 16px;
}

.financial .content_v img {
    display: block;
    width: 50%;
    margin: auto;
}

.financial .yellow_content_v {
    color: #F4B731;
    display: block;
}

.financial .green_content_v {
    color: #2E8B57;
}

.financial .red_content_v {
    color: #E94E1B;
    text-align: center;
}

@media (max-width:1000px) {
    .financial .content_v img {
        width: 90%!important;
    }
}