.app-download-section.blog-banner-section .container-section {
    background: url(../img/tool/bg1.webp);
    padding: 30px 50px;
    background-size: contain !important;
}
.app-download-section.blog-banner-section.bg2 .container-section {
    background: url(../img/tool/bg2.webp);
}
#research{
    color: #fff;
    background: #F9C268;
    border-color: transparent;
}
.box-search{
    background: linear-gradient(270deg, #00379D 0%, #2466C9 100%);

}
.info-box {
    background-color: #f5faff;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    font-family: "Segoe UI", sans-serif;
    font-size: 15px;
}
.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.info-row span:last-child {
    font-weight: 600;
}
.text-green {
    color: #18b364;
}
.text-orange {
    color: #f45b23;
}
.text-left .gross-net-table tr th{
    text-align: right;
    font-weight: normal;
}
.table .note * {
    background: #f1f6fb;
    font-weight: bold;
}
.text-left .gross-net-table,
.text-left .gross-net-table tr{
    width: 100%;
}
.text-left .gross-net-table tr td{
    text-align: right;
    width: 110px;
}
