.column-wrapper{
    max-width: 800px;
}
.column-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 5px 30px;
    background: linear-gradient(to bottom, #7093BA 0%, #6382A5 100%);
    border-bottom: 2px solid #6382A5;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.column-content img {
    border:0px;
    padding: 30px 0 0 0;
}
