body {
    font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;
    padding-top: 5rem;
    background-image: linear-gradient(180deg, #ffffff66 0%, #ffffff66 100%), url(/assets/images/jenna-duffy-eG8EXvfTBU8-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.main-nav .nav-link {
    color: var(--bs-gray-500);
}

.ban-title {
    font-weight: bold;
}
.ban-title::before{
	content: '◎ ';
	color: red;
}

.services-title::before {
    content: '';
    background:url('/assets/images/img1.gif');
    width: 28px;
    height: 25px;
    transform: translateY(0.4em);
    display: inline-block;
}

.section {
    /* Navbar scrolling offset */
    scroll-margin-top: 5rem;
    margin-top: 5rem
}

/* .introduction-content {
    background-image: url(../images/co-bg-c.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    min-height: 500px;
} */

/* @media (max-width: 375px) {
    .introduction-content {
        background-image: none !important;
    }
} */