.row.half-width{
    color: #003057;
}
.row img{
    width: 100%;
    margin-bottom: 25px;
}
.row.half-width img{
    width: auto;
    max-width: 100%;
}
.row.half-width h3{
    font-family: 'Roboto Condensed', 'Noto Sans TC', sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #003057;
}
.row hr{
    border-bottom: none;
    border-top: 1px solid #003057;
    padding: 0;
    margin: 0 0 20px 0;
}
.row.col-3{
    margin-bottom: 15px;
}
.row.col-3 .col{
    padding: 15px 0;
    border-bottom: solid 1px #D8D8D8;
}
.row.col-3 .col:last-child{
    border-bottom: none;
}
.row.half-width > .col:first-child{
    text-align: center;
}

@media screen and (min-width: 1024px){
    .row{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .row img{
        margin-bottom: 0;
    }
    .row.rev{
        flex-direction: row-reverse;
    }
    .row.half-width > .col{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row.half-width > .col:first-child{
        padding-right: 80px;
    }
    .row.half-width.rev > .col:first-child{
        padding-left: 80px;
        padding-right: 0;
    }
    .row.col-3{
        align-items: stretch;
        justify-content: space-between;
    }
    .row.col-3 .col{
        margin-bottom: 0px;
        padding: 0 18px;
        border-bottom: none;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .row.col-3 .col:first-child{
        padding-left: 0;
    }
    .row.col-3 .col:last-child{
        padding-right: 0;
    }
    .row.col-3 .col + .col{
        border-left: solid 1px #003057;
    }
    .row.half-width h3{
        font-size: 20px;
    }
}
@media screen and (min-width: 1200px){
    .row.half-width h3{
        font-size: 25px;
    }
}

section .remarks,
section .remarks a,
section .remarks a:hover{
    font-size: 12px;
    color: #003057;
}
section .remarks a{
    text-decoration: underline;
}

html[lang="zh-hk"] .row.half-width h2{
    color: #2f5883;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
}