@media screen and (min-width: 768px) {
    .financial-highlight td {
        width: 20%;
    }
    .financial-highlight td:nth-child(1) {
        width: 40%;
    }
}

/* our-business-partners START */
.main-banner--inner-banner#main-banner--our-business-partners {
    background: url(../images/about-us/our-partner/banner.png) no-repeat center
        center;
    background-size: cover;
    border-bottom: 7px solid #f26522;
}
.section-about__our-partner {
    background-color: #f5f5f5;
}
.our-partner__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 849px;
    margin: 0 auto;
}
.our-partner__item {
    width: calc(33.3333% - 60px);
    margin: 0 30px;
    padding: 24px 0;
    text-align: center;
    max-width: 223px;
}
.our-partner__item p {
    margin: 0;
}
.our-partner__item-img {
    width: 100%;
    padding-bottom: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15%;
}


.our-partner__item.smaller,
.our-partner__item.smaller2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.our-partner__item.smaller .our-partner__item-img {
    max-width: 150px;
}
.our-partner__item.smaller2 .our-partner__item-img {
    max-width: 90px;
}
/* @media screen and (max-width: 767px) {
    .our-partner__item {
        width: calc(33.33% - 60px);
    }
} */
@media screen and (max-width: 560px) {
    .our-partner__item {
        width: calc(50% - 48px);
        margin: 0 24px;
    }
}
/* our-business-partners END */
.credit-bar .credit-bar__logo {
    vertical-align: middle;
}
.financial-highlight__remark {
    display: flex;
    align-items: flex-start;
    color: #7d7d7d;
}
.financial-highlight__remark-title {
    flex-shrink: 0;
    margin: 0;
    margin-right: 8px;
}
.financial-highlight__remark-textarea p:last-child {
    margin-bottom: 0;
}
.highlight-table table tr {
    border-bottom: 0;
}
.financial-highlight.highlight-table table th {
    text-align: right;
    font-size: 20px;
    padding-right: 12px;
    vertical-align: bottom;
}
.financial-highlight.highlight-table table th:nth-child(2) {
    color: #00586f;
    font-weight: bold;
}
.financial-highlight.highlight-table table th:last-child {
    padding-right: 0;
}
.highlight-table table th,
.highlight-table table td {
    text-align: right;
    color: #000;
}
.highlight-table table td:first-child {
    text-align: left;
    color: #000;
}
.highlight-table table td:nth-child(2) {
    color: #00586f;
    background-color: #d8e4e7;
    font-weight: bold;
}
.highlight-table table .border-btm {
    border-bottom: 1px #000 solid;
}
.highlight-table table .border-btm--bold {
    border-bottom-width: 5px;
}
.no-margin-btm {
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .highlight-table table td:not(:last-child) {
        padding-right: 12px;
    }
    .highlight-table table td:last-child {
        padding-right: 0;
    }
    .highlight-table__item-title.indent {
        padding-left: 1em;
    }
}
@media screen and (max-width: 767px) {
    .highlight-table table th,
    .highlight-table table td {
        text-align: left;
        padding: 10px;
    }
}
